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 (
    8299, 8369, 9877, 8277, 8720, 9868, 9876, 
    8370, 8363, 9820, 8285, 9482
  ) 
  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.00087

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
8277 creta-grey-interior-decorative-tile 501/502/503
8285 venezia-graphite-interior-decorative-tile 501/502/503
8299 brick-tile-monsanto-beige 501/502/503
8363 grey-decorative-natural-stone 501/502/506
8369 joint 501/502/509
8370 impregnat-for-nf-df-rustik 501/502/509
8720 parma-white-interior-brick-slip-with-integrated-joint 501/502/503
9482 boston-white-brick-slip-with-integrated-joint 501/502/503
9820 timber-grey-exterior-stone 501/502/503
9868 bianco-decorative-natural-stone-for-inside 501/502/503
9876 wallpanel-new-york 501/502/503
9877 nepal-graphite-exterior-stone 501/502/503