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 (
    73780, 73779, 73756, 73689, 73597, 73339, 
    73242, 73628, 73776, 73775, 73774, 
    73773, 73772, 73771, 73770, 73769, 
    73768, 73767, 73766, 73765, 73764, 
    73763, 73762, 73761, 73760, 73759, 
    73288, 73311, 73283, 73282, 73281, 
    73280, 73279, 73278, 73624, 73596, 
    73595, 73338, 73216, 73215
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00090

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 76027 73215 product 79550 M 0
0 76028 73216 product 79551 M 0
0 76054 73242 product 79577 M 0
0 76090 73278 product 79613 M 0
0 76091 73279 product 79614 M 0
0 76092 73280 product 79615 M 0
0 76093 73281 product 79616 M 0
0 76094 73282 product 79617 M 0
0 76095 73283 product 79618 M 0
0 76100 73288 product 79623 M 0
0 76123 73311 product 79646 M 0
0 76150 73338 product 79673 M 0
0 76151 73339 product 79674 M 0
0 76407 73595 product 79930 M 0
0 76408 73596 product 79931 M 0
0 76409 73597 product 79932 M 0
0 76437 73624 product 79960 M 0
0 76441 73628 product 79964 M 0
0 76503 73689 product 80026 M 0
0 76570 73756 product 80093 M 0
0 76574 73759 product 80097 M 0
0 76575 73760 product 80098 M 0
0 76576 73761 product 80099 M 0
0 76577 73762 product 80100 M 0
0 76578 73763 product 80101 M 0
0 76579 73764 product 80102 M 0
0 76580 73765 product 80103 M 0
0 76581 73766 product 80104 M 0
0 76582 73767 product 80105 M 0
0 76583 73768 product 80106 M 0
0 76584 73769 product 80107 M 0
0 76585 73770 product 80108 M 0
0 76586 73771 product 80109 M 0
0 76587 73772 product 80110 M 0
0 76588 73773 product 80111 M 0
0 76589 73774 product 80112 M 0
0 76590 73775 product 80113 M 0
0 76591 73776 product 80114 M 0
0 76594 73779 product 80117 M 0
0 76595 73780 product 80118 M 0