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 (
    65656, 65658, 65812, 65821, 65802, 65810, 
    65819, 65809, 65822, 65820, 65811, 
    65806
  ) 
  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 (65656,65658,65812,65821,65802,65810,65819,65809,65822,65820,65811,65806) 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
65656 conoco-led-wooden-top-pendant-light 1920/1921/1985
65658 marathon-led-pendant-with-wood-diffuser 1516/1577/1743
65802 avalon-led-stem-mount-pendant-light-42 1842/1843/1844
65806 laramie-led-studio-light-30 1842/1843/1844
65809 laramie-led-stem-mount-pendant-light-30 1842/1843/1844
65810 laramie-nautical-led-studio-light-30 1842/1843/1844
65811 laramie-nautical-led-chain-hung-pendant-light-30 1842/1843/1844
65812 laramie-nautical-led-stem-mount-pendant-light-30 1842/1843/1844
65819 chestnut-led-stem-mount-pendant-light-30 1842/1843/1844
65820 chestnut-nautical-led-studio-light-30 1842/1843/1844
65821 chestnut-nautical-led-stem-mount-pendant-light-30 1842/1843/1844
65822 chestnut-nautical-led-chain-hung-pendant-light-30 1842/1843/1844