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 (
    558, 10232, 1017, 10711, 10011, 9933, 
    10165, 10121, 9852, 10183, 10181, 10678
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00127

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 15 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
28145 10232 product 0 23720 A 0 fkr_zrs24_001.jpg ZWP10 von FAKRO - bequeme Steuerung von allen intergierten Z-wave Produkten 266 850 23720
29426 10181 product 0 25003 A 0 odf_fyp_101.jpg 2700 1961 25003
29427 10181 product 0 25004 A 0 odf_fyp_102.jpg 848 600 25004
29428 10181 product 0 25005 A 0 odf_fyp_103.jpg 848 565 25005
29429 10181 product 0 25006 A 0 odf_fyp_104.jpg 848 584 25006
29430 10181 product 0 25007 A 0 odf_fyp_105.jpg 1245 1222 25007
29431 10181 product 0 25008 A 0 odf_fyp_110.jpg 848 1271 25008
29432 10181 product 0 25009 A 0 odf_fyp_111.jpg 900 1350 25009
29433 10183 product 0 25010 A 0 odf_fyu_101.jpg 2700 1911 25010
29434 10183 product 0 25011 A 0 klamka_biala.jpg 410 223 25011
29559 10165 product 0 25136 A 0 klamka_biala_z43h-gb.jpg 410 223 25136
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
31714 10678 product 0 27292 A 0 skylight_eindeckrahme_f_02.png 421 491 27292
31715 10678 product 0 27293 A 0 skylight_f_schnitt_01.gif 757 524 27293
31716 10678 product 0 27294 A 0 skylight_061365837290516905ea39891.jpg 455 571 27294
31936 10711 product 0 27514 A 0 eindeckrahme_EHV-AT_thermo_03.jpg 721 480 27514
31937 10711 product 0 27515 A 0 fakro_ehv_at_thermo_section.png 910 607 27515
31938 10711 product 0 27516 A 0 fakro_ehv_at_thermo_diagram.png 433 445 27516
31939 10711 product 0 27517 A 0 eindeckrahme_EHV-AT_thermo_02.jpg 250 250 27517
32098 1017 product 0 27676 A 0 RL-RUC.png 988 987 27676
27141 10121 product 0 22716 A 1 fakro_zst_00.png 544 861 22716
30772 9933 product 0 26350 A 1 fakro_ARP_2.jpg 1200 900 26350
32099 1017 product 0 27677 A 1 RL-RUC-03.png 525 545 27677
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
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
27144 10121 product 0 22719 A 5 fakro_zst_03.png 252 269 22719