SELECT 
  destination_id, 
  rate_value, 
  rate_type 
FROM 
  cscart_tax_rates 
WHERE 
  tax_id = 7 
  AND destination_id = 0

Query time 0.00048

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "no matching row in const table"
  }
}