SELECT 
  cscart_seo_names.object_id AS product_id, 
  cscart_seo_names.name AS seo_name, 
  cscart_seo_names.path AS seo_path 
FROM 
  cscart_seo_names 
WHERE 
  cscart_seo_names.object_id IN (
    1459, 1477, 1193, 1546, 1254, 1684, 1379, 
    1378, 701, 699, 711, 703
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en' 
  AND (
    cscart_seo_names.company_id = 1 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00103

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "dispatch"],
      "key": "PRIMARY",
      "key_length": "210",
      "used_key_parts": [
        "object_id",
        "type",
        "dispatch",
        "lang_code",
        "company_id"
      ],
      "rows": 24,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (1459,1477,1193,1546,1254,1684,1379,1378,701,699,711,703) and cscart_seo_names.`type` = 'p' and cscart_seo_names.dispatch = '' and cscart_seo_names.lang_code = 'en' and (cscart_seo_names.company_id = 1 or cscart_seo_names.company_id = 0)"
    }
  }
}

Result

product_id seo_name seo_path
699 nuoc-rua-chen-kyukyuto-kao-1380ml-huong-cam-nhat-ban 11/24
701 nuoc-rua-chen-kyukyuto-kao-1380ml-huong-buoi-nhat-ban 11/24
703 nuoc-rua-chen-kyukyuto-kao-1380ml-huong-nho-nhat-ban 11/24
711 nuoc-rua-chen-kyukyuto-kao-1380ml-huong-chanh-nhat-ban 11/24
1193 nuoc-lau-san-nha-va-nha-tam-mitsuei-smile-choice-4-lit 11/24
1254 nuoc-ngot-co-ga-coca-cola-300ml 11/35
1378 nuoc-ngot-fanta-nhat-ban-vi-nho-160ml 11/35
1379 nuoc-ngot-fanta-nhat-ban-vi-cam-160ml 11/35
1459 nuoc-hoa-hong-hatomugi-1000ml 11/25
1477 nuoc-hoa-hong-hatomugi-500ml 11/25
1546 nuoc-ngot-co-ga-coca-cola-250ml 11/13
1684 nuoc-ngot-co-ga-coca-cola-500ml 11/35