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 (
    1880, 1879, 1878, 1877, 1876, 1875, 1874, 
    1868, 1867, 1866, 1851, 1852
  ) 
  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.00109

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 (1880,1879,1878,1877,1876,1875,1874,1868,1867,1866,1851,1852) 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
1851 mi-hop-mini-an-lien-tokyo-shinchan-tonkotsu-35g 7/17
1852 sua-chuoi-sangaria-500ml 11/35
1866 mi-tron-hop-mini-an-lien-tokyo-shinchan-vi-truyen-thong-37g 7/17
1867 nuoc-tang-luc-monster-ultra-dao-355ml 11/35
1868 banh-gao-gonomi-bourbon-38g 11/13
1874 banh-ngu-coc-huu-co-moms-care-hinh-ngoi-sao-hop-40g-cho-be-tu-6m 7/8
1875 banh-ngu-coc-huu-co-moms-care-hinh-que-hop-40g-cho-be-tu-6m 7/8
1876 banh-gao-huu-co-ecomom-vi-tao-20g-cho-be-tu-6m 7/8
1877 banh-gao-huu-co-ecomom-vi-bi-do-20g-cho-be-tu-6m 7/8
1878 banh-gao-huu-co-ecomom-vi-tu-nhien-20g-cho-be-tu-6m 7/8
1879 banh-gao-lut-huu-co-ecomom-hinh-que-vi-rau-bina-25g-cho-be-tu-6m 7/8
1880 banh-gao-lut-huu-co-ecomom-hinh-que-vi-tao-and-ca-rot-25g-cho-be-tu-6m 7/8