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 (
    62862, 61400, 62859, 64467, 61401, 62861, 
    64363, 62863, 64356, 64360, 64362, 
    64359
  ) 
  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.00061

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 (62862,61400,62859,64467,61401,62861,64363,62863,64356,64360,64362,64359) 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
61400 the-original-led-warehouse-pendant-light-24-and-28 1920/1927/1928
61401 the-original-stem-mount-led-pendant-24-and-28 1920/1927/1929
62859 primary-led-schoolhouse-pendant-light 1920/1927/1928
62861 primary-schoolhouse-led-stem-mount-light 1920/1927/1929
62862 primary-led-schoolhouse-semi-flush-mount-light 1920/1927/1931
62863 primary-led-schoolhouse-chain-hung-pendant-light 1920/1927/1930
64356 the-bullet-dual-led-sign-light 1920/1938/1940
64359 the-bullet-chain-hung-led-pendant 1920/1921/1926
64360 the-bullet-cord-hung-led-pendant 1920/1927/1928
64362 the-bullet-stem-mount-led-sign-light 1920/1927/1929
64363 the-bullet-flush-mount-led-sign-light 1920/1927/1931
64467 primary-schoolhouse-high-lumen-led-pendant-light 1920/1927/1928