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 (
    65673, 65560, 65674, 65815, 65732, 65804, 
    65102, 65597, 65610, 65598, 65873
  ) 
  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.00057

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": 22,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (65673,65560,65674,65815,65732,65804,65102,65597,65610,65598,65873) 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
65102 sinclair-28-stem-mount-pendant-light 1628
65560 newport-stem-mount-pendant-light 1887/1888/1890
65597 copeland-stem-mount-pendant-light 1887/1888/1890
65598 fontana-stem-mount-pendant-light 1669/1699/1704
65610 russo-stem-mount-pendant-light 1669/1699/1704
65673 emblem-stem-mount-pendant-light 1887/1888/1890
65674 elliptical-stem-mount-pendant-light 1887/1888/1890
65732 avalon-stem-mount-pendant-light-42 1887/1888/1890
65804 laramie-stem-mount-pendant-light-30 1887/1888/1890
65815 chestnut-stem-mount-pendant-light-30 1887/1888/1890
65873 duo-stem-pendant-light 1887/1888/1890