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 (
    10051, 10061, 10026, 10058, 10054, 10048, 
    10053, 10459, 10050, 10056, 10021, 
    10031
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00103

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
25943 10048 product 0 21518 M 0 boston_2.png 904 483 21518
25945 10050 product 0 21520 M 0 boston_4.png 913 490 21520
25946 10051 product 0 21521 M 0 country_610.png 909 438 21521
25948 10053 product 0 21523 M 0 country_640.png 865 414 21523
25949 10054 product 0 21524 M 0 country_668.png 895 433 21524
25951 10056 product 0 21526 M 0 loft_1_white.png 895 463 21526
25953 10058 product 0 21528 M 0 parma_2_beige.png 856 457 21528
25956 10061 product 0 21531 M 0 Rustik_548.png 894 406 21531
25971 10031 product 0 21546 M 0 monsanto_1.png 787 463 21546
30198 10459 product 0 25775 M 0 Country-680.jpg 1920 1080 25775
32272 10021 product 0 27850 M 0 creta_desert.jpg 1137 827 27850
32306 10026 product 0 27884 M 0 Vemezia_4.png 898 526 27884