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 (
    64467, 64363, 64356, 64360, 64362, 64359, 
    64357, 64468, 64470, 64466, 65109, 
    65129
  ) 
  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.00051

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 (64467,64363,64356,64360,64362,64359,64357,64468,64470,64466,65109,65129) 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
64356 the-bullet-dual-led-sign-light 1920/1938/1940
64357 the-bullet-gooseneck-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
64466 primary-schoolhouse-high-lumen-led-gooseneck-light 1920/1938/1939
64467 primary-schoolhouse-high-lumen-led-pendant-light 1920/1927/1928
64468 primary-schoolhouse-high-lumen-led-stem-mount-light 1920/1927/1929
64470 the-schoolhouse-high-lumen-led-chain-hung-pendant 1920/1927/1930
65109 scrimmage-led-2-light-stem-mount-pendant 1920/1927/1932
65129 kickoff-led-2-light-stem-mount-pendant 1920/1927/1932