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 (
    94016, 94015, 94014, 94013, 94012, 94011, 
    94010, 94009, 94008, 94007, 94006
  ) 
  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.00048

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

Result

product_id seo_name seo_path
94006 bound-round-galaxy-stroll-dj-ni-21-remix-alien-technology 6
94007 rebel-frequency-jungle-power-original-mix-alien-technology 6
94008 jon-bw-wheels-of-steel-original-mix-alien-technology 6
94009 distorted-robocops-alright-original-mix-alien-technology 6
94010 tom-whyld-vote-4-me-original-mix-alien-technology 6
94011 rebel-frequency-chemtrails-original-mix-alien-technology 6
94012 rebel-frequency-pump-the-alarm-original-mix-alien-technology 6
94013 rebel-frequency-lift-off-original-mix-alien-technology 6
94014 distorted-robocops-rock-n-roll-original-mix-alien-technology 6
94015 rebel-frequency-mad-man-original-mix-alien-technology 6
94016 drome-view-killaz-in-no-sense-defective-audio-remix-alien-technology 6