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 (
    9882, 8288, 8733, 8362, 8305, 8299, 9877, 
    9820, 9482, 10423, 9819, 9483
  ) 
  AND cscart_seo_names.type = "p" 
  AND cscart_seo_names.dispatch = "" 
  AND cscart_seo_names.lang_code = 'fr' 
  AND (
    cscart_seo_names.company_id = 3 
    OR cscart_seo_names.company_id = 0
  )

Query time 0.00048

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
8288 california-desert-plaquette-de-parement 744/761/782
8299 monsanto-beige-brique 744/761/796
8305 palermo-white-plaquette-de-parement 744/761/782
8362 rusty-pierre-naturelle 744/761/796
8733 rustik-540-brique-de-parement-pour-mur-exterieur 744/761/796
9482 boston-white-brique-de-parement-avec-joint-integre 744/761/796
9483 boston-beige-brique-de-parement-avec-joint-integre 744/761/796
9819 timber-beige-plaquette-de-parement 744/761/782
9820 timber-grey-plaquette-de-parement 744/761/782
9877 nepal-graphite-plaquette-de-parement 744/761/796
9882 amsterdam-beige-plaquette-de-parement 744/761/806
10423 jura-cream-plaquette-de-parement-interieur-ex-exteurier-en-gypse 744/761/796