SELECT 
  cscart_images_links.*, 
  cscart_images.image_path, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_x, 
  cscart_images.image_y, 
  cscart_images.image_id as images_image_id 
FROM 
  cscart_images_links 
  LEFT JOIN cscart_images ON cscart_images_links.detailed_id = cscart_images.image_id 
  LEFT JOIN cscart_common_descriptions ON cscart_common_descriptions.object_id = cscart_images.image_id 
  AND cscart_common_descriptions.object_holder = 'images' 
  AND cscart_common_descriptions.lang_code = 'fr' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    9882, 8288, 8733, 8362, 8305, 8299, 9877, 
    9820, 9482, 10423, 9819, 9483
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00122

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_images_links range object_id object_id 81 12 Using index condition; Using filesort
1 SIMPLE cscart_images eq_ref PRIMARY PRIMARY 3 mahm3t_cs443.cscart_images_links.detailed_id 1 Using where
1 SIMPLE cscart_common_descriptions eq_ref PRIMARY PRIMARY 107 mahm3t_cs443.cscart_images.image_id,const,const 1 Using where

Result

pair_id object_id object_type image_id detailed_id type position emo_md5 image_path alt image_x image_y images_image_id
10522 8288 product 0 7374 M 0 califronia1.jpg 1920 1080 7374
10533 8299 product 0 7385 M 0 Monsanto-2.jpg 1920 1080 7385
10538 8305 product 0 7390 M 0 palermo1.jpg 1920 1080 7390
11043 8362 product 0 7857 M 0 rusty.jpg 1920 1080 7857
12824 9482 product 0 8737 M 0 boston2.jpg 1920 1080 8737
12827 9483 product 0 8740 M 0 boston3.jpg 1920 1080 8740
13344 9819 product 0 8931 M 0 timber2.jpg 1920 1080 8931
13346 9820 product 0 8933 M 0 timber3.jpg 1920 1080 8933
25187 9877 product 0 20774 M 0 nepal3.jpg 1920 1080 20774
25203 9882 product 0 20790 M 0 Amsterdam-1.jpg Pierre décorative extérieur AMSTERDAM BEIGE 1920 1080 20790
29850 10423 product 0 25427 M 0 Jura_1_t.jpg 1920 1080 25427
32312 8733 product 0 27890 M 0 RUSTIK_540.jpg 1920 1351 27890