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 (
    111575, 112163, 111572, 111571, 111570, 
    111569, 111568, 111567, 111566, 111565, 
    111564, 111563, 111562, 111561, 111560, 
    125112, 112045, 112044, 112043, 110706
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00060

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 5054287008346_kmum-2j.jpg 1400 1400 113873 110706 product 117396 M 0 117396
0 5054287024063.jpg 1400 1400 114727 111560 product 118250 M 0 118250
0 5054287024063_0gih-fn.jpg 1400 1400 114728 111561 product 118251 M 0 118251
0 5054287024063_qgmb-cx.jpg 1400 1400 114729 111562 product 118252 M 0 118252
0 5054287024063_jp26-fb.jpg 1400 1400 114730 111563 product 118253 M 0 118253
0 5054287024063_rg1c-x9.jpg 1400 1400 114731 111564 product 118254 M 0 118254
0 5054287024063_3y2n-5e.jpg 1400 1400 114732 111565 product 118255 M 0 118255
0 5054287024063_ezwe-7k.jpg 1400 1400 114733 111566 product 118256 M 0 118256
0 5054287024063_fcb3-92.jpg 1400 1400 114734 111567 product 118257 M 0 118257
0 5054287024063_rcxm-o7.jpg 1400 1400 114735 111568 product 118258 M 0 118258
0 5054287024063_vi8b-2x.jpg 1400 1400 114736 111569 product 118259 M 0 118259
0 5054287024063_phbd-tz.jpg 1400 1400 114737 111570 product 118260 M 0 118260
0 5054287024063_61wx-s2.jpg 1400 1400 114738 111571 product 118261 M 0 118261
0 5054287024063_if2x-ae.jpg 1400 1400 114739 111572 product 118262 M 0 118262
0 5054287022618.jpg 1400 1400 114742 111575 product 118265 M 0 118265
0 5054287067046.jpg 1000 1000 115212 112043 product 118735 M 0 118735
0 5054287067046_ejjv-bd.jpg 1000 1000 115213 112044 product 118736 M 0 118736
0 5054287067046_hm1v-58.jpg 1000 1000 115214 112045 product 118737 M 0 118737
0 5054287077786.jpg 1000 1000 115332 112163 product 118855 M 0 118855
0 5054288293918_b4jl-k2.jpg 1000 1000 128471 125112 product 131994 M 0 131994