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 (
    8884, 10213, 10078, 8863, 10174, 395, 
    8873, 10163, 8894, 10212, 8885, 8893
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en' 
  AND (
    cscart_seo_names.company_id = 2 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00049

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

Result

product_id seo_name seo_path
395 fakro-wooden-center-pivot-window-ftt-u6-thermo-triple-glazing-highly-energy-efficient 261/955
8863 roof-window-velux-gll-1055b 261/954
8873 roof-window-velux-ggl-3062 261/953
8884 roof-window-velux-ggu-0062 261/953
8885 roof-window-velux-ggu-0066 261/953
8893 roof-window-velux-gpu-0062 261/957
8894 roof-window-velux-gpu-0066 261/957
10078 roof-window-velux-gll-integra-plus-pine-finish 261/953
10163 energy-efficient-roof-window-fakro-ftt-u-u6-wooden-window-covered-with-white-varnish 261/955
10174 roof-window-velux-glu-integra-everfinish-en 261/953
10212 roof-window-velux-ggl-3068-pine-finish 261/953
10213 roof-window-velux-ggu-0068-white-polyurethane-finish 261/953