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 = 'de' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'A' 
  AND cscart_images_links.object_id IN (
    10961, 1646, 2142, 10966, 10364, 725, 
    10701, 10389, 10962, 8376, 10069, 10122
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00148

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
29455 1646 product 0 25032 A 0 FTT_Thermo_04.jpg 2700 1800 25032
29456 1646 product 0 25033 A 0 FTT_Thermo_14.jpg 2700 1784 25033
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
31608 10069 product 0 27186 A 0 ZSD_1.jpg 1000 1000 27186
31795 10701 product 0 27373 A 0 skylight_eindeckrahme_f_02_dy8f-3i.png 421 491 27373
31796 10701 product 0 27374 A 0 skylight_f_schnitt_01_w04o-88.gif 757 524 27374
31797 10701 product 0 27375 A 0 skylight_061365837290516905ea39891_o4d8-yi.jpg 455 571 27375
32040 10961 product 0 27618 A 0 pro_win_wdf_r4_m_h_123_des_0132_roto.jpg Roto Dachfenster Designo R45H 4000 6000 27618
32108 10961 product 0 27686 A 0 1roto-r4-lemn1-600x600.jpg Roto Designo Dachfenster R45 600 600 27686
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
30661 725 product 0 26239 A 1 fkr_arf_001.jpg 1200 900 26239
30654 725 product 0 26231 A 2 fkr_arfsol_002.jpg 2048 1365 26231
30655 725 product 0 26232 A 3 arf_1_051.jpg 800 600 26232
30656 725 product 0 26233 A 4 arf_1_052.jpg 800 600 26233
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