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 (
    8273, 10423, 9819, 9481, 8283, 9483, 
    9879, 9875, 9869, 10428, 8735, 8287
  ) 
  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.00052

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
8287 dublin-concrete-brick 501/502/503
8735 rustik-568-exterior-brick-slip 501/502/503
9481 boston-grey-brick-slip-with-integrated-joint 501/502/505
9483 boston-beige-brick-slip-with-integrated-joint 501/502/503
9819 timber-beige-exterior-stone 501/502/503
9869 nero-decorative-natural-stone 501/502/503
9875 parma-beige-interior-brick-slip-with-integrated-joint 501/502/503
9879 grenada-volcanic-exterior-stone 501/502/503
10423 jura-cream-decorative-gypsum-tile 501/502/503
10428 lyon-beige-decorative-concrete-tile 501/502/503