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 (
    64859, 65675, 65677, 65676, 65662, 65655, 
    65799, 65797, 65656, 65658, 65812, 
    65821, 65802, 65810, 65819, 65809, 
    65822, 65820, 65811, 65806, 65800, 
    65801, 65818, 65807
  ) 
  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.00072

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": 48,
      "filtered": 100,
      "index_condition": "cscart_seo_names.object_id in (64859,65675,65677,65676,65662,65655,65799,65797,65656,65658,65812,65821,65802,65810,65819,65809,65822,65820,65811,65806,65800,65801,65818,65807) 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
64859 loma-led-28-and-36-stem-mount-pendant-light 1920/1927/1929
65655 glass-ball-led-wooden-top-pendant-light 1920/1921/1985
65656 conoco-led-wooden-top-pendant-light 1920/1921/1985
65658 marathon-led-pendant-with-wood-diffuser 1516/1577/1743
65662 manhattan-led-wooden-top-pendant-light 1920/1921/1985
65675 fire-chief-led-stem-mount-pendant-light 1842/1843/1844
65676 emblem-led-stem-mount-pendant-light 1842/1843/1844
65677 fire-chief-nautical-led-stem-mount-pendant-light 1842/1843/1844
65797 loma-2-light-led-chandelier 1842/1843/1845
65799 loma-3-light-led-chandelier 1842/1843/1845
65800 avalon-led-studio-light-42 1842/1843/1844
65801 avalon-led-chain-hung-pendant-light-42 1842/1843/1844
65802 avalon-led-stem-mount-pendant-light-42 1842/1843/1844
65806 laramie-led-studio-light-30 1842/1843/1844
65807 laramie-led-chain-hung-pendant-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
65818 laramie-led-chain-hung-pendant-light-30-clone 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