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 (
    64852, 64917, 63103, 64928, 62365, 62658, 
    64993, 62428, 64363, 62334, 62412, 
    62420
  ) 
  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.00066

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 (64852,64917,63103,64928,62365,62658,64993,62428,64363,62334,62412,62420) 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
62334 atomic-topless-led-double-industrial-guard-sconce 1920/1938/1941
62365 flush-mount-led-guard-sconce 1920/1927/1931
62412 sydney-led-flush-mount-pendant-light 1920/1927/1931
62420 brisbane-led-flush-mount-pendant-light 1516/1529/1584/1608
62428 wallaby-led-flush-mount-pendant-light 1920/1927/1931
62658 outback-led-flush-mount-pendant-light 1920/1927/1931
63103 cooper-led-wall-sconce 1920/1938/1941
64363 the-bullet-flush-mount-led-sign-light 1920/1927/1931
64852 the-original-led-warehouse-gooseneck-light 1920/1938/1939
64917 the-original-led-stem-mount-pendant-light 1920/1927/1929
64928 avalon-led-gooseneck-light 1920/1933/1935
64993 fire-chief-led-sign-light 1920/1938/1940