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 (
    11485, 10960, 10201, 397, 10188, 10353, 
    10355, 1655, 388, 395, 10163, 9871
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00094

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
1053 388 product 0 1030 M 0 FTS-V_U2135404167450b5094a3e5a8.jpg 500 385 1030
1061 397 product 0 1038 M 0 ptp.jpg 500 500 1038
4570 1655 product 0 3379 M 0 fakro_fep.jpg 800 534 3379
25150 9871 product 0 20737 M 0 odf_ftp_r1_000.jpg 800 800 20737
27405 10163 product 0 22980 M 0 odf_fttu_u6_000.jpg 2000 2000 22980
27618 10188 product 0 23193 M 0 FTP-V-packshot-01_1_47.jpg 1000 1000 23193
27673 10201 product 0 23248 M 0 PTP-V-packshot-01_1_50.jpg 1000 1000 23248
28261 10353 product 0 23836 M 0 FTU-V-U4-packshot-01_1_113.jpg 1000 1000 23836
28265 10355 product 0 23840 M 0 FTU-V_8vip-xs_logk-f3_66so-7b.jpg 500 400 23840
29468 395 product 0 25045 M 0 odf_ftt_u6_000.jpg 800 800 25045
32665 11485 product 0 28243 M 0 FTP-V-U41-GreenView-7016-obrobione-scaled.jpg 2560 1966 28243
32679 10960 product 0 28257 M 0 PTP-V_U41_GreenView_7016_obrobione.png 4557 3500 28257