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 (
    74539, 74537, 74536, 74535, 74534, 74533, 
    74532, 74531, 74530, 74529, 74528, 
    74527, 74526, 74525, 74524, 74523, 
    74522, 74521, 74520, 74519, 74518, 
    74497, 74462, 74461, 74423, 73854, 
    73847, 73826, 73625, 73600, 73910, 
    73823, 74413, 74412, 74411, 74410, 
    74409, 74408, 74407, 74406
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00101

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 40 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_277_Artwork.jpg 1400 1400 76412 73600 product 79935 M 0 79935
0 Fireball_Recordings_309.jpg 1400 1400 76438 73625 product 79961 M 0 79961
0 IOD071.jpg 480 480 76638 73823 product 80161 M 0 80161
0 5054284178691.jpg 1000 1000 76640 73826 product 80163 M 0 80163
0 5054284174129.jpg 1000 1000 76661 73847 product 80184 M 0 80184
0 5054284173726.jpg 1000 1000 76668 73854 product 80191 M 0 80191
0 5054284192178.jpg 1000 1000 76723 73910 product 80246 M 0 80246
0 TT_Best_of_Vol2_socm-5r.jpg 2000 2000 77220 74406 product 80743 M 0 80743
0 TT_Best_of_Vol2_likj-a0.jpg 2000 2000 77221 74407 product 80744 M 0 80744
0 TT_Best_of_Vol2_6tnr-7c.jpg 2000 2000 77222 74408 product 80745 M 0 80745
0 TT_Best_of_Vol2_ba8v-a0.jpg 2000 2000 77223 74409 product 80746 M 0 80746
0 TT_Best_of_Vol2_xikp-gm.jpg 2000 2000 77224 74410 product 80747 M 0 80747
0 TT_Best_of_Vol2_y95z-yk.jpg 2000 2000 77225 74411 product 80748 M 0 80748
0 TT_Best_of_Vol2_oh3i-e0.jpg 2000 2000 77226 74412 product 80749 M 0 80749
0 TT_Best_of_Vol2_gmni-zm.jpg 2000 2000 77227 74413 product 80750 M 0 80750
0 Give_Me_A_Gun_-Artwork_1400x1400_.png 1400 1400 77237 74423 product 80760 M 0 80760
0 NITROX102_-_Kumite_-_The_Witchin_Hour_-_Nitrox.jpg 3600 3600 77275 74461 product 80798 M 0 80798
0 FR071_-_Legion_-_Electronic_Beats.jpg 2000 2000 77276 74462 product 80799 M 0 80799
0 JAM031_Dark_Matter_-_Magic_Trip.jpg 1400 1400 77311 74497 product 80834 M 0 80834
0 TT_Best_of_Vol3.jpg 2000 2000 77332 74518 product 80855 M 0 80855
0 TT_Best_of_Vol3_vezz-qg.jpg 2000 2000 77333 74519 product 80856 M 0 80856
0 TT_Best_of_Vol3_msxl-ud.jpg 2000 2000 77334 74520 product 80857 M 0 80857
0 TT_Best_of_Vol3_k31n-l9.jpg 2000 2000 77335 74521 product 80858 M 0 80858
0 TT_Best_of_Vol3_5l0x-dt.jpg 2000 2000 77336 74522 product 80859 M 0 80859
0 TT_Best_of_Vol3_akbj-bu.jpg 2000 2000 77337 74523 product 80860 M 0 80860
0 TT_Best_of_Vol3_fjzp-o9.jpg 2000 2000 77338 74524 product 80861 M 0 80861
0 TT_Best_of_Vol3_yo6z-rv.jpg 2000 2000 77339 74525 product 80862 M 0 80862
0 TT_Best_of_Vol3_76qf-8p.jpg 2000 2000 77340 74526 product 80863 M 0 80863
0 TT_Best_of_Vol3_1ub8-h3.jpg 2000 2000 77341 74527 product 80864 M 0 80864
0 TT_Best_of_Vol3_68xp-eo.jpg 2000 2000 77342 74528 product 80865 M 0 80865
0 TT_Best_of_Vol3_grq6-1m.jpg 2000 2000 77343 74529 product 80866 M 0 80866
0 TT_Best_of_Vol3_migi-le.jpg 2000 2000 77344 74530 product 80867 M 0 80867
0 TT_Best_of_Vol3_7xno-1m.jpg 2000 2000 77345 74531 product 80868 M 0 80868
0 TT_Best_of_Vol3_jgf7-ai.jpg 2000 2000 77346 74532 product 80869 M 0 80869
0 TT_Best_of_Vol3_arl2-no.jpg 2000 2000 77347 74533 product 80870 M 0 80870
0 TT_Best_of_Vol3_os61-9m.jpg 2000 2000 77348 74534 product 80871 M 0 80871
0 TT_Best_of_Vol3_iqw7-8u.jpg 2000 2000 77349 74535 product 80872 M 0 80872
0 TT_Best_of_Vol3_l6dz-sv.jpg 2000 2000 77350 74536 product 80873 M 0 80873
0 TT_Best_of_Vol3_6apx-e8.jpg 2000 2000 77351 74537 product 80874 M 0 80874
0 Superjaw2.jpg 1699 1699 77353 74539 product 80876 M 0 80876