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 (
    68, 1204, 453, 1251, 1250, 1249, 1248, 
    1247, 1246, 1245, 1244, 1243
  ) 
  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.00110

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 (68,1204,453,1251,1250,1249,1248,1247,1246,1245,1244,1243) 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
68 product-68 7/22
453 product-453 7/17
1204 product-1204 10
1243 nuoc-hoa-hong-tia-to-perilla-natural-skin-500ml-nhat-ban 16
1244 kem-duong-trang-da-uv-white-hadalabo-90g 16
1245 banh-quy-bourbon-vi-caremel-va-ca-cao-37-cai-185g 10
1246 banh-quy-dha-hinh-thu 34
1247 bourbon-banh-chocolate-den-va-chocolate-trang-20-cai 10
1248 hat-nem-topvalu-vi-rau-cu-nuoc-ham-xuong-110g-nhat-ban 45
1249 xuc-xich-phomai-ca-topvalu 9
1250 xuc-xich-phomai-ca-tuyet-natori 9
1251 xuc-xich-phomai-ca-tuyet-vi-cay 9