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, 8286, 9818, 9883, 8666, 
    8300, 8306, 8289, 8361, 8304
  ) 
  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.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
8286 calabria-mocca-exterior-stone-with-joint 500/492/493
8289 california-grey-exterior-stone 500/492/493
8300 monsanto-red-concrete-brick-tile-with-grey-joint 500/492/494
8303 nepal-frost-decorative-concrete-tile 500/492/493
8304 nepal-desert-exterior-and-interior-stone 500/492/493
8306 palermo-graphite-exterior-stone 500/492/493
8361 ivory-decorative-natural-stone 500/492/494
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