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 (
    65814, 65815, 65720, 65732, 65805, 65804, 
    65733, 65813, 65734, 65101, 65721, 
    65685
  ) 
  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.00063

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 (65814,65815,65720,65732,65805,65804,65733,65813,65734,65101,65721,65685) 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
65101 sinclair-28-studio-light 1628
65685 barn-light-basics-the-original-stem-mount-light 1614
65720 parabolic-wall-sconce 1887/1896/1899
65721 parabolic-plug-in-wall-sconce 1887/1896/1899
65732 avalon-stem-mount-pendant-light-42 1887/1888/1890
65733 avalon-studio-light-42 1623
65734 avalon-chain-hung-pendant-light-42 1623
65804 laramie-stem-mount-pendant-light-30 1887/1888/1890
65805 laramie-chain-hung-pendant-light-30 1621
65813 chestnut-chain-hung-pendant-light-30 1625
65814 chestnut-studio-light-30 1625
65815 chestnut-stem-mount-pendant-light-30 1887/1888/1890