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 (
    11972, 11970, 11971, 11969, 11968, 10418
  ) 
  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.00086

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "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": 12,
          "filtered": 100,
          "index_condition": "cscart_seo_names.object_id in (11972,11970,11971,11969,11968,10418) 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
10418 gel-lak-komilfo-moon-crush-005-8-ml-en 387/429/713
11968 gel-lak-komilfo-moon-crush-001-8-ml-en 387/429/713
11969 gel-lak-komilfo-moon-crush-002-8-ml-en 387/429/713
11970 gel-lak-komilfo-moon-crush-003-8-ml-en 387/429/713
11971 gel-lak-komilfo-moon-crush-004-8-ml-en 387/429/713
11972 gel-lak-komilfo-moon-crush-006-8-ml-en 387/429/713