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 (
    65095, 64759, 64874, 62669, 29989, 64788, 
    64791, 64946, 62666, 64785, 64847, 
    64751
  ) 
  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.00058

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 (65095,64759,64874,62669,29989,64788,64791,64946,62666,64785,64847,64751) 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
29989 barn-light-stem-mount-canopy 1571/1573
62666 marathon-soho-4-light-chandelier 1887/1888/2010
62669 marathon-soho-2-light-chandelier 1887/1888/1894
64751 esso-stem-mount-pendant-light 1887/1888/1890
64759 conoco-draftsman-pendant-light 1887/1888/1889
64785 syracuse-vintage-industrial-stem-mount-pendant-light 1887/1888/1890
64788 cleveland-vintage-industrial-gooseneck-light 1887/1896/1897
64791 cleveland-vintage-industrial-cord-hung-pendant-light 1887/1888/1889
64847 sinclair-stem-and-loop-pendant-light 1887/1888/1890
64874 round-schoolhouse-pendant-light 1887/1888/1889
64946 downtown-minimalist-wooden-socket-swing-arm-sconce 1887/1896/1901
65095 conoco-spoke-top-pendant-light 1887/1888/1889