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 = 'A' 
  AND cscart_images_links.object_id IN (
    10011, 9933, 10121, 9852, 10364, 725, 
    10389, 8376, 10069, 10122
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00114

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 16 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
27146 10122 product 0 22721 A 0 drazek-zsz-do-markiz-1.jpg 1152 864 22721
30660 725 product 0 26237 A 0 fkr_arfsol_001.jpg 2048 1365 26237
31240 8376 product 0 26818 A 0 drazek-zsz-do-markiz-6.jpg 1152 864 26818
31241 8376 product 0 26819 A 0 drazek-zsz-do-markiz-1.jpg 1152 864 26819
31242 8376 product 0 26820 A 0 drazek-zsz-do-markiz-4.jpg 1152 864 26820
31400 10122 product 0 26978 A 0 drazek-zsz-do-markiz-4_r1kx-65.jpg 1152 864 26978
31401 10122 product 0 26979 A 0 drazek-zsz-do-markiz-6_qi35-3k.jpg 1152 864 26979
31533 9933 product 0 27111 A 0 ARP-WiFi-001_1_4.png 1000 1000 27111
31543 10121 product 0 27121 A 0 ZST-packshot-01_1_1.jpg 1000 1000 27121
31608 10069 product 0 27186 A 0 ZSD_1.jpg 1000 1000 27186
32463 10364 product 0 28041 A 0 rolki_03.png 577 433 28041
32464 10364 product 0 28042 A 0 rolki_03.jpg 561 375 28042
27141 10121 product 0 22716 A 1 fakro_zst_00.png 544 861 22716
30661 725 product 0 26239 A 1 fkr_arf_001.jpg 1200 900 26239
30772 9933 product 0 26350 A 1 fakro_ARP_2.jpg 1200 900 26350
30654 725 product 0 26231 A 2 fkr_arfsol_002.jpg 2048 1365 26231
30773 9933 product 0 26351 A 2 fakro_ARP_3.jpg 1200 900 26351
31542 10121 product 0 27120 A 2 ZST-detail-02_1_1.jpg 1000 1000 27120
30655 725 product 0 26232 A 3 arf_1_051.jpg 800 600 26232
30774 9933 product 0 26352 A 3 fakro_ARP_4_84iu-90.jpg 1200 900 26352
31541 10121 product 0 27119 A 3 ZST-detail-01_1_1.jpg 1000 1000 27119
27145 10121 product 0 22720 A 4 fakro_zst_04.png 268 268 22720
30656 725 product 0 26233 A 4 arf_1_052.jpg 800 600 26233
27144 10121 product 0 22719 A 5 fakro_zst_03.png 252 269 22719
30657 725 product 0 26234 A 5 arf_1_055.jpg 800 600 26234
30658 725 product 0 26235 A 6 arf_1_255.jpg 800 600 26235
30659 725 product 0 26236 A 7 arf_1_265.jpg 800 600 26236