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 (
    59410, 64688, 60890, 61485, 60138, 62054, 
    62226, 61077, 61075, 59420, 61211, 
    61517, 61693, 59650, 61692, 61071, 
    61344, 61520, 61074, 61516, 62060, 
    64821, 62434, 63345
  ) 
  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.00097

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 (59410,64688,60890,61485,60138,62054,62226,61077,61075,59420,61211,61517,61693,59650,61692,61071,61344,61520,61074,61516,62060,64821,62434,63345) 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
59410 minimalist-copper-cage-pendant 1887/1888/1889
59420 minimalist-polished-brass-cage-pendant 1887/1888/1889
59650 ball-jar-pendant 1887/1888/1889
60138 fargo-pendant-light 1887/1888/1889
60890 outback-pendant-light 1887/1888/1889
61071 canal-soho-pendant 1887/1888/1889
61074 lafayette-soho-studio-light 1887/1888/1889
61075 canal-soho-studio-light 1887/1888/1889
61077 marathon-soho-studio-light 1887/1888/1889
61211 indy-porcelain-socket-pendant 1887/1888/1889
61344 sydney-pendant-light 1887/1888/1889
61485 fluted-shade-pendant 1887/1888/1889
61516 barn-light-mini-eclipse-pendant 1887/1888/1889
61517 blue-collar-pendant 1887/1888/1889
61520 barn-light-mini-artesia-pendant 1887/1888/1889
61692 chateau-cord-hung-pendant 1887/1888/1889
61693 tuscany-cord-hung-pendant 1887/1888/1889
62054 the-original-vented-pendant-light 1887/1888/1889
62060 aero-vented-pendant-light 1887/1888/1889
62226 gladstone-pendant-light 1887/1888/1889
62434 wilcox-uplight-cord-hung-pendant 1887/1888/1889
63345 the-verne-machine-age-pendant 1887/1888/1889
64688 chicken-wire-pendant-light 1887/1888/1889
64821 loma-pendant-light 1887/1888/1889