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 = 'se' 
  AND (
    cscart_seo_names.company_id = 2 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00050

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-tra-pivaa-takfoenster-ftt-u6-thermo-mycket-energieffektiv-3-glas 261/955
8863 takfoenster-velux-gll-b-1061 261/954
8873 takfoenster-velux-ggl-3062 261/953
8884 takfoenster-velux-ggu-0062 261/953
8885 takfoenster-velux-ggu-0066 261/953
8893 takfoenster-velux-gpu-0062 261/957
8894 takfoenster-velux-gpu-0066 261/957
10078 takfoenster-velux-klarlackat-gll-integra-plus 261/953
10163 superenergieffektiva-takfoenster-fakro-ftt-u-u6-tra-vit-polyuretanlack-hoeg-pivaahangning 261/955
10174 takfoenster-velux-everfinish-glu-integra 261/953
10212 takfoenster-velux-ggl-3068 261/953
10213 takfoenster-velux-ggu-0068 261/953