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 (
    9868, 9876, 9820, 8285, 9482, 8273, 10423, 
    9819, 8283, 9483, 9879, 9875
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en' 
  AND (
    cscart_seo_names.company_id = 1 
    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
8273 arena-cream-interior-decorative-tile 501/502/503
8283 venezia-cream-interior-decorative-tile 501/502/503
8285 venezia-graphite-interior-decorative-tile 501/502/503
9482 boston-white-brick-slip-with-integrated-joint 501/502/503
9483 boston-beige-brick-slip-with-integrated-joint 501/502/503
9819 timber-beige-exterior-stone 501/502/503
9820 timber-grey-exterior-stone 501/502/503
9868 bianco-decorative-natural-stone-for-inside 501/502/503
9875 parma-beige-interior-brick-slip-with-integrated-joint 501/502/503
9876 wallpanel-new-york 501/502/503
9879 grenada-volcanic-exterior-stone 501/502/503
10423 jura-cream-decorative-gypsum-tile 501/502/503