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 (
    64919, 65011, 65034, 65055, 65068, 65121, 
    65106, 65019, 65051, 65063, 65111, 
    65047, 64999, 65527, 65675, 65677, 
    65676, 65799, 65797, 65812, 65821, 
    65802, 65819, 65809
  ) 
  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.00082

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 (64919,65011,65034,65055,65068,65121,65106,65019,65051,65063,65111,65047,64999,65527,65675,65677,65676,65799,65797,65812,65821,65802,65819,65809) 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
64919 loma-led-stem-mount-pendant-light 1920/1927/1929
64999 esso-led-stem-mount-pendant-light 1920/1927/1929
65011 syracuse-led-vintage-industrial-stem-mount-pendant-light 1920/1927/1929
65019 cleveland-led-vintage-industrial-stem-mount-pendant-light 1920/1933/1934
65034 avalon-nautical-led-stem-mount-pendant-light 1920/1927/1929
65047 aero-nautical-led-stem-mount-pendant-light 1920/1927/1929
65051 dominion-nautical-led-stem-mount-pendant-light 1920/1927/1929
65055 dino-nautical-led-stem-mount-pendant-light 1920/1927/1929
65063 sterling-nautical-led-stem-mount-pendant-light 1920/1927/1929
65068 marathon-nautical-led-stem-mount-pendant-light 1920/1927/1929
65106 scrimmage-led-stem-mount-pendant-light 1920/1927/1929
65111 goalie-led-stem-mount-pendant-light 1920/1927/1929
65121 touchdown-led-stem-mount-pendant-light 1920/1927/1929
65527 wilcox-led-deep-bowl-stem-mount-pendant-light-24 1920/1927/1929
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
65802 avalon-led-stem-mount-pendant-light-42 1842/1843/1844
65809 laramie-led-stem-mount-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
65821 chestnut-nautical-led-stem-mount-pendant-light-30 1842/1843/1844