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 (
    10210, 9822, 9821, 8877, 9823, 10206, 
    9824, 9826, 10208, 9825, 10165, 1646
  ) 
  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.00054

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
1646 takfoenster-fakro-ftt-r3-extra-ljudisolering 261/954
8877 takfoenster-velux-gpl-3066 261/957
9821 takfoenster-velux-gll-1064 261/953
9822 takfoenster-velux-glu-0064 261/953
9823 takfoenster-velux-gll-b-1064 261/954
9824 takfoenster-velux-glu-b-0064 261/954
9825 takfonster-roto-designo-r49h 261/954
9826 takfoenster-roto-designo-r49k 261/954
10165 takfoenster-fakro-ftt-u-r3 261/954
10206 takfoenster-velux-ggl-3062-integra 261/953
10208 takfoenster-velux-ggu-0062-integra 261/953
10210 takfoenster-velux-gpl-3068 261/957