SELECT 
  destination_id, 
  delivery_time 
FROM 
  cscart_shipping_time_descriptions 
WHERE 
  destination_id IN (1, 9) 
  AND lang_code = 'vi' 
  AND shipping_id = 3

Query time 0.00166

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "message": "Impossible WHERE noticed after reading const tables"
    }
  }
}