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 (
    102140, 102139, 102138, 102137, 104577, 
    102089, 102088, 102087, 104332, 104331, 
    104330, 104329, 104578, 104542, 104541, 
    104540, 104490, 104489, 102082, 102075
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00098

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 5054286431619.jpg 1000 1000 105167 102075 product 108690 M 0 108690
0 5054286434924.jpg 1000 1000 105174 102082 product 108697 M 0 108697
0 5054286431626.jpg 1000 1000 105181 102087 product 108704 M 0 108704
0 5054286441113.jpg 1000 1000 105182 102088 product 108705 M 0 108705
0 5054286441113_o4u7-pi.jpg 1000 1000 105183 102089 product 108706 M 0 108706
0 5054286445371.jpg 1000 1000 105231 102137 product 108754 M 0 108754
0 5054286442714.jpg 1000 1000 105232 102138 product 108755 M 0 108755
0 5054286442714_fthf-lm.jpg 1000 1000 105233 102139 product 108756 M 0 108756
0 5054286442714_ama2-xa.jpg 1000 1000 105234 102140 product 108757 M 0 108757
0 5054286488910.jpg 1000 1000 107427 104329 product 110950 M 0 110950
0 5054286488910_dhp7-x6.jpg 1000 1000 107428 104330 product 110951 M 0 110951
0 5054286488910_6r3l-8l.jpg 1000 1000 107429 104331 product 110952 M 0 110952
0 5054286488910_2wms-1o.jpg 1000 1000 107430 104332 product 110953 M 0 110953
0 ODlogo.jpg 700 700 107590 104489 product 111113 M 0 111113
0 ODlogo_6e3h-wn.jpg 700 700 107591 104490 product 111114 M 0 111114
0 5054286505563.jpg 1000 1000 107642 104540 product 111165 M 0 111165
0 5054286505563_aaqq-2i.jpg 1000 1000 107643 104541 product 111166 M 0 111166
0 5054286505563_f061-kh.jpg 1000 1000 107644 104542 product 111167 M 0 111167
0 5054286509554.jpg 1000 1000 107679 104577 product 111202 M 0 111202
0 5054286509547.jpg 1000 1000 107680 104578 product 111203 M 0 111203