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 (
    99218, 98671, 98706, 98162, 98629, 98621, 
    98620, 98619, 98614, 98611, 98610, 
    98594, 98482, 98439, 98438, 98429, 
    98180, 97985, 97983, 97982
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00124

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 5054285775974_rpyv-ls.jpg 1000 1000 101002 97982 product 104525 M 0 104525
0 5054285775974_hxgj-31.jpg 1000 1000 101003 97983 product 104526 M 0 104526
0 5054286046356.jpg 1000 1000 101005 97985 product 104528 M 0 104528
0 5054286081098.jpg 1000 1000 101184 98162 product 104707 M 0 104707
0 WLHH029_Straight_N'_Narrow_-_Crazy_4_It.jpg 3600 3600 101205 98180 product 104728 M 0 104728
0 UBT053_copy_3000x3000.jpg 3000 3000 101465 98429 product 104988 M 0 104988
0 Emmanating_Records_EM006_ARTWORK_toolbox.png 500 500 101474 98438 product 104997 M 0 104997
0 SS092.png 1400 1400 101475 98439 product 104998 M 0 104998
0 GARHT002_-_Lets_Dance_new.png 2000 2000 101518 98482 product 105041 M 0 105041
0 FR136_-_Random_But_Raw_-_Special_Twist.jpg 2000 2000 101631 98594 product 105154 M 0 105154
0 TGR080_Release_Artwork.jpg 3600 3600 101649 98610 product 105172 M 0 105172
0 PicsArt_08-21-01.47.38.jpg 1080 1080 101654 98614 product 105177 M 0 105177
0 TMP0184.png 2160 2160 101659 98619 product 105182 M 0 105182
0 TB20R003.jpeg 3239 3239 101660 98620 product 105183 M 0 105183
0 TB20R004.jpeg 3239 3239 101661 98621 product 105184 M 0 105184
0 BDR014_Dean_Richardson_-_Deal_with_this.jpg 1200 1200 101669 98629 product 105192 M 0 105192
0 Quench.png 2000 2000 101709 98671 product 105232 M 0 105232
0 02_PULSE_8_-_cover_PR001.jpg 3600 3600 101744 98706 product 105267 M 0 105267
0 niz.png 2560 2560 102259 99218 product 105782 M 0 105782
0 detroit_.jpg 2048 2048 103572 98611 product 107095 M 0 107095