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 (
    14641, 14640, 14637, 14635, 14634, 14633, 
    14632, 14631, 14630, 14629, 14628, 
    14627, 14626, 14481, 14480, 14482, 
    24684, 24683, 14436, 14434, 14438, 
    14437, 14411, 16539, 14409, 14410, 
    14101, 14138, 14137, 31447, 31446, 
    31445, 31444, 31443, 31442, 31441, 
    31440, 31439, 31438, 31437
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00088

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 14114 14101 product 17637 M 0
0 14150 14137 product 17673 M 0
0 14151 14138 product 17674 M 0
0 14422 14409 product 17945 M 0
0 14423 14410 product 17946 M 0
0 14424 14411 product 17947 M 0
0 14447 14434 product 17970 M 0
0 14449 14436 product 17972 M 0
0 14450 14437 product 17973 M 0
0 14451 14438 product 17974 M 0
0 14493 14480 product 18016 M 0
0 14494 14481 product 18017 M 0
0 14495 14482 product 18018 M 0
0 14639 14626 product 18162 M 0
0 14640 14627 product 18163 M 0
0 14641 14628 product 18164 M 0
0 14642 14629 product 18165 M 0
0 14643 14630 product 18166 M 0
0 14644 14631 product 18167 M 0
0 14645 14632 product 18168 M 0
0 14646 14633 product 18169 M 0
0 14647 14634 product 18170 M 0
0 14648 14635 product 18171 M 0
0 14650 14637 product 18173 M 0
0 14653 14640 product 18176 M 0
0 14654 14641 product 18177 M 0
0 16549 16539 product 20072 M 0
0 24700 24683 product 28223 M 0
0 24701 24684 product 28224 M 0
0 31454 31437 product 34977 M 0
0 31455 31438 product 34978 M 0
0 31456 31439 product 34979 M 0
0 31457 31440 product 34980 M 0
0 31458 31441 product 34981 M 0
0 31459 31442 product 34982 M 0
0 31460 31443 product 34983 M 0
0 31461 31444 product 34984 M 0
0 31462 31445 product 34985 M 0
0 31463 31446 product 34986 M 0
0 31464 31447 product 34987 M 0