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 (
    61084, 61484, 61695, 62019, 59797, 61694, 
    58117, 59417, 64350, 63431, 59877, 
    59892, 59894, 62433, 59893, 64352, 
    62058, 64367, 64366, 62582, 62173, 
    62165, 59407, 63829
  ) 
  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.00096

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 (61084,61484,61695,62019,59797,61694,58117,59417,64350,63431,59877,59892,59894,62433,59893,64352,62058,64367,64366,62582,62173,62165,59407,63829) 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
58117 industrial-loft-double-pendant 1887/1888/1890
59407 retro-renovation-porcelain-and-galvanized-pendant 1887/1888/1890
59417 retro-basic-porcelain-and-galvanized-pendant 1887/1888/1890
59797 industrial-tanker-warehouse-pendant 1887/1888/1890
59877 the-original-2-light-stem-mount-pendant 1887/1888/1894
59892 aero-2-light-stem-mount-pendant 1887/1888/1894
59893 dino-2-light-stem-mount-pendant 1887/1888/1894
59894 bomber-2-light-stem-mount-pendant 1887/1888/1894
61084 marathon-soho-stem-mount-pendant-light 1887/1888/1890
61484 fluted-shade-stem-and-loop-pendant 1887/1888/1890
61694 canal-stem-mount-pendant-light 1887/1888/1890
61695 chateau-stem-mount-pendant 1887/1888/1890
62019 chestnut-stem-mount-pendant-light 1887/1888/1890
62058 wilcox-vented-stem-mount-pendant-light 1887/1888/1890
62165 wallaby-stem-mount-pendant-light 1887/1888/1890
62173 brisbane-stem-mount-pendant-light 1887/1888/1890
62433 wilcox-uplight-stem-mount-pendant 1887/1888/1890
62582 outback-stem-mount-pendant-light 1887/1888/1890
63431 primary-schoolhouse-2-light-chandelier 1887/1888/1894
63829 static-ring-stem-mount-pendant-light 1887/1888/1890
64350 downtown-minimalist-stem-mount-pendant 1887/1888/1890
64352 bubble-stem-mount-pendant 1887/1888/1890
64366 milan-cylinder-stem-mount-pendant-light 1887/1888/1890
64367 venice-cylinder-stem-mount-pendant-light 1887/1888/1890