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 (
    125139, 125138, 125136, 125123, 125652, 
    125492, 125025, 125024, 125020, 125568, 
    125566, 124982, 125496, 124870, 124859, 
    124858, 125412, 125411, 124963, 124733, 
    124731, 124573, 124546, 124358, 124737, 
    124650, 124299, 124231, 124217, 124215
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00079

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 30 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 5054288041144_qs6x-qr.jpg 1000 1000 127558 124215 product 131081 M 0 131081
0 5054288089504_l528-3p.jpg 1000 1000 127560 124217 product 131083 M 0 131083
0 5054288145552_k8bm-5o.jpg 1000 1000 127574 124231 product 131097 M 0 131097
0 5054288209971.jpg 1000 1000 127645 124299 product 131168 M 0 131168
0 5054288203153.jpg 1000 1000 127704 124358 product 131227 M 0 131227
0 5054288173395_bke7-e5.jpg 1000 1000 127892 124546 product 131415 M 0 131415
0 5054288225612.jpg 1000 1000 127919 124573 product 131442 M 0 131442
0 CARN0004.png 666 666 127998 124650 product 131521 M 0 131521
0 5054288144036_d2y9-kv.jpg 1000 1000 128079 124731 product 131602 M 0 131602
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
0 5054288203450.jpg 1000 1000 128212 124858 product 131735 M 0 131735
0 5054288203450_zycj-m8.jpg 1000 1000 128213 124859 product 131736 M 0 131736
0 5054288249687.jpg 1000 1000 128224 124870 product 131747 M 0 131747
0 5054288277628_o5qc-2r.jpg 1000 1000 128320 124963 product 131843 M 0 131843
0 5054288277642.jpg 1000 1000 128339 124982 product 131862 M 0 131862
0 5054288257781.jpg 1000 1000 128378 125020 product 131901 M 0 131901
0 5054288249649.jpg 1000 1000 128382 125024 product 131905 M 0 131905
0 5054288223458.jpg 1000 1000 128383 125025 product 131906 M 0 131906
0 5054288294557_d6q2-pg.jpg 1000 1000 128483 125123 product 132006 M 0 132006
0 5054288194765_equv-0i.jpg 1000 1000 128496 125136 product 132019 M 0 132019
0 5054288089511_52fv-4p.jpg 1000 1000 128498 125138 product 132021 M 0 132021
0 5054288294755.jpg 1000 1000 128499 125139 product 132022 M 0 132022
0 5054288321215_kpk6-xs.jpg 1000 1000 128771 125411 product 132294 M 0 132294
0 5054288321215_b2h0-2a.jpg 1000 1000 128772 125412 product 132295 M 0 132295
0 5054288334390.jpg 1000 1000 128854 125492 product 132377 M 0 132377
0 5054288333829_eiq3-wu.jpg 1000 1000 128858 125496 product 132381 M 0 132381
0 5054288332051_6i7h-7w.jpg 1000 1000 128928 125566 product 132451 M 0 132451
0 5054288332051_iypj-l6.jpg 1000 1000 128930 125568 product 132453 M 0 132453
0 5054288350765.jpg 1000 1000 129014 125652 product 132537 M 0 132537