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 (
    8303, 8665, 9880, 8281, 8286, 9818, 8371, 
    8364, 9883, 8666, 8300, 8365
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'en' 
  AND (
    cscart_seo_names.company_id = 2 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00057

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
8281 rodos-sand-interior-decorative-tile-with-joint 500/492/493
8286 calabria-mocca-exterior-stone-with-joint 500/492/493
8300 monsanto-red-concrete-brick-tile-with-grey-joint 500/492/494
8303 nepal-frost-decorative-concrete-tile 500/492/493
8364 surface-primer 500/492/499
8365 elastik-adhesive 500/492/499
8371 impregnant 500/492/499
8665 grenada-russet-exterior-stone 500/492/493
8666 grenada-frost-exterior-and-interior-stone 500/492/493
9818 timber-wood-exterior-stone 500/492/493
9880 grenada-graphite-exterior-stone 500/492/493
9883 amsterdam-graphite-exterior-stone 500/492/495