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 (
    10353, 8869, 526, 10355, 8886, 10211, 
    10222, 8870, 8868, 10173, 10223, 8887
  ) 
  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
526 rooflite-trio-pvc-pvc-pivaahangt-trippelglas-takfoenster 261/954
8868 takfoenster-velux-ggl-3066 261/953
8869 takfoenster-velux-ggl-3066-integra 261/953
8870 takfoenster-velux-ggl-3066-solar 261/953
8886 takfoenster-velux-ggu-0066-integra 261/953
8887 takfoenster-velux-ggu-0066-solar 261/953
10173 takfoenster-velux-glu-b-0061 261/954
10211 takfoenster-velux-gpu-0068 261/957
10222 takfoenster-roto-designo-r79-h 261/955
10223 takfoenster-roto-designo-r79-k 261/955
10353 takfoenster-fakro-ftu-v-u4 261/954
10355 takfoenster-fakro-ftw-v-u4 261/954