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 (
    112520, 112519, 112518, 112517, 112516, 
    112515, 112514, 112513, 112512, 112511, 
    112510, 112509, 112508, 112507, 112506, 
    112505, 112504, 111885, 111884, 111883
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00045

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 5054287042302_p07z-em.jpg 1000 1000 115051 111883 product 118574 M 0 118574
0 5054287042302_cyq6-iv.jpg 1000 1000 115052 111884 product 118575 M 0 118575
0 5054287042302_ls7c-so.jpg 1000 1000 115053 111885 product 118576 M 0 118576
0 5054287097838.jpg 1000 1000 115672 112504 product 119195 M 0 119195
0 5054287097838_dluf-3l.jpg 1000 1000 115673 112505 product 119196 M 0 119196
0 5054287097838_ny5v-bh.jpg 1000 1000 115674 112506 product 119197 M 0 119197
0 5054287097838_fqrp-2b.jpg 1000 1000 115675 112507 product 119198 M 0 119198
0 5054287097838_r5k1-eb.jpg 1000 1000 115676 112508 product 119199 M 0 119199
0 5054287097838_rfq0-gc.jpg 1000 1000 115677 112509 product 119200 M 0 119200
0 5054287097838_glv1-pd.jpg 1000 1000 115678 112510 product 119201 M 0 119201
0 5054287097838_zk8a-co.jpg 1000 1000 115679 112511 product 119202 M 0 119202
0 5054287097838_7jnt-zg.jpg 1000 1000 115680 112512 product 119203 M 0 119203
0 5054287097838_e2px-w8.jpg 1000 1000 115681 112513 product 119204 M 0 119204
0 5054287097838_2ud8-v4.jpg 1000 1000 115682 112514 product 119205 M 0 119205
0 5054287097838_d1df-r6.jpg 1000 1000 115683 112515 product 119206 M 0 119206
0 5054287097838_so8t-n7.jpg 1000 1000 115684 112516 product 119207 M 0 119207
0 5054287097838_98tg-p8.jpg 1000 1000 115685 112517 product 119208 M 0 119208
0 5054287097838_fmbg-yl.jpg 1000 1000 115686 112518 product 119209 M 0 119209
0 5054287097838_mq71-gi.jpg 1000 1000 115687 112519 product 119210 M 0 119210
0 5054287097838_o5nu-hs.jpg 1000 1000 115688 112520 product 119211 M 0 119211