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 (
    124602, 124217, 124737, 124733, 120650, 
    121239, 9672, 123724, 119502, 124103
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00048

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 10 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 5052653174855.jpg 1000 1000 9684 9672 product 13207 M 0 13207
0 A_New_Design__3___3_.jpg 1600 1600 122755 119502 product 126278 M 0 126278
0 5054287770755_bt58-r1.jpg 1000 1000 123903 120650 product 127426 M 0 127426
0 FEER36.png 2000 2000 124502 121239 product 128025 M 0 128025
0 FEER040.png 2000 2000 127074 123724 product 130597 M 0 130597
0 5054288112004.jpg 1000 1000 127441 124103 product 130964 M 0 130964
0 5054288089504_l528-3p.jpg 1000 1000 127560 124217 product 131083 M 0 131083
0 FEER041_5krd-bv.png 2000 2000 127994 124602 product 131517 M 0 131517
0 5054288089474_p4di-tj.jpg 1000 1000 128081 124733 product 131604 M 0 131604
0 FEER042.png 2000 2000 128085 124737 product 131608 M 0 131608