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 (
    94262, 93316, 95080, 94904, 94798, 94060, 
    92913, 94880, 94870, 94869, 94867, 
    94821, 94759, 94686, 94017, 94016, 
    94015, 94014, 94013, 94012
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00089

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-311-Artwork.jpg 3000 3000 95777 92913 product 99300 M 0 99300
0 Frantic_sleeve_BabzookaZ---Venus--FD046_1MB.jpg 3000 3000 96185 93316 product 99708 M 0 99708
0 5054285721599_uzw6-aw.jpg 1000 1000 96892 94012 product 100415 M 0 100415
0 5054285721599_hv4u-g5.jpg 1000 1000 96893 94013 product 100416 M 0 100416
0 5054285721599_ngcc-02.jpg 1000 1000 96894 94014 product 100417 M 0 100417
0 5054285721599_c4yl-lp.jpg 1000 1000 96895 94015 product 100418 M 0 100418
0 5054285721599_lja0-tv.jpg 1000 1000 96896 94016 product 100419 M 0 100419
0 5054285721599_imlc-hw.jpg 1000 1000 96897 94017 product 100420 M 0 100420
0 5054285726990.jpg 1000 1000 96940 94060 product 100463 M 0 100463
0 5054285493120.jpg 1000 1000 97142 94262 product 100665 M 0 100665
0 Bezerk_Logo.jpg 300 300 97574 94686 product 101097 M 0 101097
0 037.jpg 1000 1000 97686 94798 product 101209 M 0 101209
0 TGR078.jpg 1600 1600 97711 94821 product 101234 M 0 101234
0 FR128_-_Random_But_Raw_-_Put_It_On__Artwork_.jpg 2000 2000 97759 94867 product 101282 M 0 101282
0 VRF006_Cover_Gravediggin'_G.W.R.png 800 800 97761 94869 product 101284 M 0 101284
0 151760650_178265114058872_2323967171554343012_n.jpg 1136 1080 97762 94870 product 101285 M 0 101285
0 Movin'_House_Logo_-_700x700.jpg 700 700 97772 94880 product 101295 M 0 101295
0 Felt_That.png 2000 2000 97796 94904 product 101319 M 0 101319
0 ESP_Turcois_kh2k-dk.png 400 400 97972 95080 product 101495 M 0 101495
0 011.jpg 2000 2000 100173 94759 product 103696 M 0 103696