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 (
    98892, 100136, 100131, 100045, 100011, 
    100035, 100010, 100009, 100002, 100001, 
    99991, 99966, 99863, 99862, 99436, 
    99430, 99427, 99280, 98828, 92941
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00064

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 Vicious-Circle-Recordings-340-Artwork.jpg 3000 3000 95805 92941 product 99328 M 0 99328
0 Niztrip_Heresey.jpg 3000 3000 101867 98828 product 105390 M 0 105390
0 OVD008.jpg 1600 1600 101931 98892 product 105454 M 0 105454
0 TB20R014.jpg 3239 3239 102323 99280 product 105846 M 0 105846
0 5054286159100.jpg 1000 1000 102469 99427 product 105992 M 0 105992
0 Frantic_sleeve_FD060_DJGoA---IYAN_1MB.jpg 3000 3000 102471 99430 product 105994 M 0 105994
0 Fireball_Recordings_Artwork_-_FBR346.jpg 3000 3000 102477 99436 product 106000 M 0 106000
0 GARH006B_You_Cannot_Run.png 2000 2000 102932 99862 product 106455 M 0 106455
0 GARH006_Crooked_Wrath.png 2000 2000 102933 99863 product 106456 M 0 106456
0 ESP_Logo_Purple_ptf7-eu.png 400 400 103036 99966 product 106559 M 0 106559
0 FR137_-_David_Marsh___Random_But_Raw_-_My_Calculations.jpg 2000 2000 103062 99991 product 106585 M 0 106585
0 IA024.jpg 1600 1600 103073 100002 product 106596 M 0 106596
0 232702343_225772276214510_7594291474001853410_n.jpg 945 945 103080 100009 product 106603 M 0 106603
0 DS032_-_Gary_O'Connor_-_The_Story.jpg 2500 2500 103081 100010 product 106604 M 0 106604
0 Face_Book_ESP.jpg 280 280 103082 100011 product 106605 M 0 106605
0 buz106.png 1400 1400 103106 100035 product 106629 M 0 106629
0 20211101_0635400.23665144882714795.png 3000 3000 103116 100045 product 106639 M 0 106639
0 retrobate.jpg 2000 2000 103203 100131 product 106726 M 0 106726
0 Tar_N_and_KP_Mr_Witcher.jpg 1080 1080 103208 100001 product 106731 M 0 106731
0 Slenderman___Team_Sly_-_Elements.jpg 1080 1080 103239 100136 product 106762 M 0 106762