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 (
    64181, 60659, 63234, 63816, 61565, 62061, 
    61684, 63346, 61080, 63827, 64180, 
    60799
  ) 
  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.00092

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_seo_names",
      "access_type": "range",
      "possible_keys": ["PRIMARY", "dispatch"],
      "key": "dispatch",
      "key_length": "210",
      "used_key_parts": [
        "dispatch",
        "object_id",
        "type",
        "lang_code",
        "company_id"
      ],
      "rows": 24,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (64181,60659,63234,63816,61565,62061,61684,63346,61080,63827,64180,60799) 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
60659 dino-studio-light 2002
60799 sterling-studio-light 1887/1888/1889
61080 lafayette-soho-sconce 1887/1896/1899
61565 tuscany-food-warmer-pendant 1887/1888/1982
61684 canal-pendant-light 1887/1888/1889
62061 aero-vented-stem-mount-pendant-light 1887/1888/1890
63234 industrial-guard-triple-vanity-light 1887/1896/1902
63346 edward-machine-age-chandelier 1887/1888/1894
63816 vanity-strip-light 1887/1896/1902
63827 static-ring-pendant-light 1887/1888/1889
64180 the-aero-single-post-mount-exterior-light 1887/1904/1907
64181 avalon-single-post-mount-light 1887/1904/1907