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 (
    10705, 10195, 10670, 9457, 8862, 11485, 
    10960, 10172, 10201, 10945, 397, 10188
  ) 
  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.00053

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
397 takfoenster-fakro-ptp-u4-pvc-pivaahangt 261/954
8862 takfoenster-velux-gll-1061 261/953
9457 rooflite-trio-pine-tra-pivaahangt-trippelglas-takfoenster 261/954
10172 takfoenster-velux-glu-0061 261/953
10188 takfoenster-fakro-ftp-v-u4-tra-pivaahangt-trippelglas-takfoenster-med-ventilation 261/954
10195 3-glas-pvc-takfoenster-optilight-tlp-v-u4 261/954
10201 takfoenster-fakro-ptp-v-u4-pvc-pivaahangt 261/954
10670 takfoenster-skyfens-supro-3-gals 261/955
10705 optilight-d-pro-tra-pivaahangt-3-glas-takfoenster 261/954
10945 velux-takfoenster-gbl-2015 261/953
10960 takfoenster-fakro-greenview-ptp-v-u41-abmx 261/954
11485 fakro-takfoenster-ftp-v-u41-apmx-greenview 261/954