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 (
    90484, 89456, 89455, 91443, 90822, 91441, 
    91440, 91439, 91438, 91437, 91436, 
    91433, 91427, 91426, 89707, 91424, 
    91423, 91422, 91400, 91375
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00053

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 TBTK19_n6zy-ce.jpg 1400 1400 92278 89455 product 95801 M 0 95801
0 TBTK19_f48t-ku.jpg 1400 1400 92279 89456 product 95802 M 0 95802
0 Vicious_Circle_Recordings_301_Artwork.jpg 3000 3000 92530 89707 product 96053 M 0 96053
0 WLHH022B.jpg 1024 1024 93317 90484 product 96840 M 0 96840
0 PDR033.jpg 800 800 93659 90822 product 97182 M 0 97182
0 hwr14_Dark_suspects_remix_1000.jpg 1000 1000 94221 91375 product 97744 M 0 97744
0 TD004.jpg 1600 1600 94246 91400 product 97769 M 0 97769
0 St8_Love_is.jpg 1181 1181 94268 91422 product 97791 M 0 97791
0 HFAS_PT.jpg 3000 3000 94269 91424 product 97792 M 0 97792
0 HFAS_PB.jpg 3000 3000 94270 91423 product 97793 M 0 97793
0 TMP0164.png 1080 1080 94272 91426 product 97795 M 0 97795
0 TMP0165.png 1080 1080 94273 91427 product 97796 M 0 97796
0 Candyman.jpg 400 400 94279 91433 product 97802 M 0 97802
0 Template_Megaman_Collection.jpg 1400 1400 94282 91436 product 97805 M 0 97805
0 Template_Megaman_Collection_ycgi-x8.jpg 1400 1400 94283 91437 product 97806 M 0 97806
0 Template_Megaman_Collection_ncwy-kr.jpg 1400 1400 94284 91438 product 97807 M 0 97807
0 Template_Megaman_Collection_4u42-o4.jpg 1400 1400 94285 91439 product 97808 M 0 97808
0 Template_Megaman_Collection_nu8h-ok.jpg 1400 1400 94286 91440 product 97809 M 0 97809
0 Template_Megaman_Collection_hiwp-j5.jpg 1400 1400 94287 91441 product 97810 M 0 97810
0 ESP_Purple_ehvu-g6.jpg 400 400 94289 91443 product 97812 M 0 97812