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 (
    93222, 93224, 93165, 92338, 92337, 93157, 
    93156, 93104, 93103, 93058, 93036, 
    92955, 92835, 92833, 92522, 92521, 
    92504, 92502, 92344, 92281
  ) 
  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.00106

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_seo_names range PRIMARY,dispatch PRIMARY 210 40 Using where

Result

product_id seo_name seo_path
92281 jay-goodall-cinetica-fireball 6
92337 rick-james-comeback-original-mix-bring-the-noise-recordings 6
92338 rick-james-love-the-way-original-mix-bring-the-noise-recordings 6
92344 adam-butler-technik-encoded-nrg 6
92502 pete-maxwell-matt-clarkson-increaser-original-mix-global-hard-house 6
92504 kid-dynamo-tradesman-vicious-circle 6
92521 k8-e-jon-bw-k8-e-jon-bw-dj-rock-the-deck-paul-king-rocked-my-decks-mix-wlhh 6
92522 k8-e-jon-bw-k8-e-jon-bw-dj-rock-the-deck-wlhh 6
92833 lok-e-tekneak-the-mandalorian-hooverweight-records 6
92835 g-mix-hypnotise-g-tempo-trax 6
92955 slenderman-ross-farley-random-but-raw-drowning-in-the-night-visceral-records 6
93036 tribeaut-wet-dreams-tribeaut 6
93058 homzy-just-relax-global-awakening-records 6
93103 internecine-killing-people-kodokushi-records 6
93104 carl-pearce-cheryl-pearce-horror-story-sugar-skull-digital-en 6
93156 jonni-bryant-believe-in-you-original-mix-trip-the-light-fantastic 6
93157 defective-audio-durango-bandit-bill-kaktai-records 6
93165 the-sopranos-underground-sound-hi-five-digital 6
93222 stu-angus-virus-ep-fear-original-mix-resurrection-digital 6
93224 dj-serenity-anihilating-rhythm-energy-source-productions 6