SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  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 (
    125769, 125768, 125767, 125766, 125765, 
    125764, 125763, 125762, 125761, 125760, 
    125759, 125758, 125757, 125756, 125755, 
    125754, 125753, 125752, 125751, 125750
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00057

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 20 Using index condition; Using filesort
1 SIMPLE cscart_images eq_ref PRIMARY PRIMARY 4 toolboxdigitalshop_dev.cscart_images_links.detailed_id 1
1 SIMPLE cscart_common_descriptions eq_ref PRIMARY PRIMARY 108 toolboxdigitalshop_dev.cscart_images.image_id,const,const 1 Using where

Result

image_id image_path image_x image_y pair_id object_id object_type detailed_id type position alt images_image_id
0 5054288359652_kt1f-9v.jpg 1000 1000 129112 125750 product 132635 M 0 132635
0 5054288359652_efns-54.jpg 1000 1000 129113 125751 product 132636 M 0 132636
0 5054288359652_lqdz-kq.jpg 1000 1000 129114 125752 product 132637 M 0 132637
0 5054288359652_xot7-fs.jpg 1000 1000 129115 125753 product 132638 M 0 132638
0 5054288359652_6cn1-mc.jpg 1000 1000 129116 125754 product 132639 M 0 132639
0 5054288359652_6tld-ke.jpg 1000 1000 129117 125755 product 132640 M 0 132640
0 5054288359652_lpq5-pk.jpg 1000 1000 129118 125756 product 132641 M 0 132641
0 5054288359652_uc5z-d7.jpg 1000 1000 129119 125757 product 132642 M 0 132642
0 5054288359652_jfys-li.jpg 1000 1000 129120 125758 product 132643 M 0 132643
0 5054288359652_7gp4-xs.jpg 1000 1000 129121 125759 product 132644 M 0 132644
0 5054288359652_nkkq-ue.jpg 1000 1000 129122 125760 product 132645 M 0 132645
0 5054288359652_31ym-f2.jpg 1000 1000 129123 125761 product 132646 M 0 132646
0 5054288359652_wbk5-2c.jpg 1000 1000 129124 125762 product 132647 M 0 132647
0 5054288359652_ch5a-r5.jpg 1000 1000 129125 125763 product 132648 M 0 132648
0 5054288359652_04yw-xg.jpg 1000 1000 129126 125764 product 132649 M 0 132649
0 5054288359652_geyw-83.jpg 1000 1000 129127 125765 product 132650 M 0 132650
0 5054288359652_qeey-s2.jpg 1000 1000 129128 125766 product 132651 M 0 132651
0 5054288359652_3jtz-oa.jpg 1000 1000 129129 125767 product 132652 M 0 132652
0 5054288359652_p51o-ul.jpg 1000 1000 129130 125768 product 132653 M 0 132653
0 5054288359652_1ap0-iw.jpg 1000 1000 129131 125769 product 132654 M 0 132654