SELECT 
  tax_id, 
  address_type, 
  priority, 
  price_includes_tax, 
  regnumber 
FROM 
  cscart_taxes 
WHERE 
  tax_id IN (7) 
  AND status = 'A' 
ORDER BY 
  priority

Query time 0.00033

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "ordering_operation": {
      "using_filesort": false,
      "table": {
        "table_name": "cscart_taxes",
        "access_type": "const",
        "possible_keys": [
          "PRIMARY",
          "c_status"
        ],
        "key": "PRIMARY",
        "used_key_parts": [
          "tax_id"
        ],
        "key_length": "3",
        "ref": [
          "const"
        ],
        "rows_examined_per_scan": 1,
        "rows_produced_per_join": 1,
        "filtered": "100.00",
        "cost_info": {
          "read_cost": "0.00",
          "eval_cost": "0.10",
          "prefix_cost": "0.00",
          "data_read_per_join": "792"
        },
        "used_columns": [
          "tax_id",
          "address_type",
          "status",
          "price_includes_tax",
          "regnumber",
          "priority"
        ]
      }
    }
  }
}

Result

tax_id address_type priority price_includes_tax regnumber
7 B 4 N 33AAGCG1649E1ZW