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 (
    64684, 61166, 62171, 61048, 61322, 64726, 
    64697, 64690, 65096, 61937, 64716, 
    62057, 64722, 64737, 64710, 64365, 
    64732, 64771, 64742, 62272, 64747, 
    62449, 64764, 61428
  ) 
  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.00075

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 (64684,61166,62171,61048,61322,64726,64697,64690,65096,61937,64716,62057,64722,64737,64710,64365,64732,64771,64742,62272,64747,62449,64764,61428) 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
61048 laramie-pendant-light 1887/1888/1889
61166 barn-light-indy-industrial-pendant 1887/1888/1889
61322 primary-schoolhouse-pendant-light 1887/1888/1889
61428 industrial-guard-pendant-light 1887/1888/1889
61937 downtown-minimalist-cord-pendant 1887/1888/1889
62057 wilcox-vented-pendant-light 1887/1888/1889
62171 brisbane-pendant-light 1887/1888/1889
62272 cherokee-uplight-pendant-light 2002
62449 brewster-pendant-light 1887/1888/1889
64365 venice-cylinder-pendant-light 1887/1888/1889
64684 the-original-warehouse-cord-hung-pendant 1887/1888/1889
64690 the-original-warehouse-pendant-light-24-and-28 1887/1888/1889
64697 union-pendant-light 1887/1888/1889
64710 bomber-pendant-light 1887/1888/1889
64716 dino-pendant-light 1887/1888/1889
64722 seaside-pendant-light 1887/1888/1889
64726 wilcox-deep-bowl-pendant-light 1887/1888/1889
64732 avalon-pendant-light 1887/1888/1889
64737 aero-pendant-light 1887/1888/1889
64742 sterling-pendant-light 1887/1888/1889
64747 dominion-cord-hung-pendant 1887/1888/1889
64764 marathon-pendant-light 1887/1888/1889
64771 sinclair-draftsman-pendant-light 1887/1888/1889
65096 sinclair-spoke-top-pendant-light 1887/1888/1889