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 = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  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.00107

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
4125 2142 product 0 3095 M 0 fakro_xwt.jpg 375 500 3095
11227 8376 product 0 8048 M 0 fakro_zsz_00.png 499 673 8048
11241 725 product 0 26238 M 0 fkr_arf_002.jpg Store occultant FAKRO SOLAIRE 1200 900 26238
26128 10069 product 0 21703 M 0 ZSD-packshot-01_1.jpg 1000 1000 21703
27147 10122 product 0 22722 M 0 drazek-zsz-do-markiz-6.jpg 1152 864 22722
28557 10364 product 0 24132 M 0 fuehrungsrolle_skylight.jpg 427 389 24132
29451 1646 product 0 25028 M 0 odf_ftt_r3_000.jpg 800 800 25028
29561 10389 product 0 25138 M 0 ZBB-01_1.png 1000 1000 25138
31798 10701 product 0 27376 M 0 Kolnierz-Optilight-ES-04.jpg 2360 1632 27376
32039 10961 product 0 27617 M 0 pro_win_wdf_r4_hn_al_5370_des_045_roto.jpg 3200 2900 27617
32053 10962 product 0 27631 M 0 EDZ_EDF_EDS_EDQ_EDL_EDG_EDH_EDT.png 1767 579 27631
32110 10966 product 0 27688 M 0 pro_win_wdf_r4_kw_al_5370_des_030_roto.jpg Dachfenster Roto Designo R45K 1920 2880 27688