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.image_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 (
    74405, 74404, 74403, 74402, 74401, 74400, 
    74399, 74398, 74397, 74396, 74395, 
    74394, 73974, 74268, 74180, 74091, 
    73995, 73744, 74267, 73822, 73690, 
    73601, 74090, 74089, 74088, 74087, 
    74086, 74085, 74084, 74083, 74082, 
    74081, 74080, 74079, 74078, 74077, 
    74076, 74075, 74074, 74073
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00061

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.image_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 76413 73601 product 79936 M 0
0 76504 73690 product 80027 M 0
0 76558 73744 product 80081 M 0
0 76637 73822 product 80160 M 0
0 76788 73974 product 80311 M 0
0 76809 73995 product 80332 M 0
0 76888 74073 product 80411 M 0
0 76889 74074 product 80412 M 0
0 76890 74075 product 80413 M 0
0 76891 74076 product 80414 M 0
0 76892 74077 product 80415 M 0
0 76893 74078 product 80416 M 0
0 76894 74079 product 80417 M 0
0 76895 74080 product 80418 M 0
0 76896 74081 product 80419 M 0
0 76897 74082 product 80420 M 0
0 76898 74083 product 80421 M 0
0 76899 74084 product 80422 M 0
0 76900 74085 product 80423 M 0
0 76901 74086 product 80424 M 0
0 76902 74087 product 80425 M 0
0 76903 74088 product 80426 M 0
0 76904 74089 product 80427 M 0
0 76905 74090 product 80428 M 0
0 76906 74091 product 80429 M 0
0 76995 74180 product 80518 M 0
0 77081 74268 product 80604 M 0
0 77112 74267 product 80635 M 0
0 77208 74394 product 80731 M 0
0 77209 74395 product 80732 M 0
0 77210 74396 product 80733 M 0
0 77211 74397 product 80734 M 0
0 77212 74398 product 80735 M 0
0 77213 74399 product 80736 M 0
0 77214 74400 product 80737 M 0
0 77215 74401 product 80738 M 0
0 77216 74402 product 80739 M 0
0 77217 74403 product 80740 M 0
0 77218 74404 product 80741 M 0
0 77219 74405 product 80742 M 0