SELECT 
  cscart_images_links.*, 
  cscart_images.image_path, 
  cscart_common_descriptions.description AS alt, 
  cscart_images.image_x, 
  cscart_images.image_y, 
  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 = 'fr' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    617, 616, 625, 606, 622, 609, 603, 638, 
    608, 627, 620, 619, 601, 9480, 624, 605, 
    9476, 642, 604, 644, 602, 630, 632, 640, 
    629, 646, 635, 641, 631, 636
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00129

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 30 Using index condition; Using filesort
1 SIMPLE cscart_images eq_ref PRIMARY PRIMARY 3 mahm3t_cs443.cscart_images_links.image_id 1 Using where
1 SIMPLE cscart_common_descriptions eq_ref PRIMARY PRIMARY 107 mahm3t_cs443.cscart_images.image_id,const,const 1 Using where

Result

pair_id object_id object_type image_id detailed_id type position emo_md5 image_path alt image_x image_y images_image_id
1653 609 product 0 1598 M 0
1658 601 product 0 1603 M 0
1659 602 product 0 1604 M 0
1660 603 product 0 1605 M 0
1661 604 product 0 1606 M 0
1662 605 product 0 1607 M 0
1663 606 product 0 1608 M 0
1665 608 product 0 1610 M 0
1666 616 product 0 1611 M 0
1667 617 product 0 1612 M 0
1668 622 product 0 1613 M 0
1670 619 product 0 1615 M 0
1671 624 product 0 1616 M 0
1672 625 product 0 1617 M 0
1673 620 product 0 1618 M 0
1682 627 product 0 1627 M 0
1684 629 product 0 1629 M 0
1685 630 product 0 1630 M 0
1686 631 product 0 1631 M 0
1687 632 product 0 1632 M 0
1690 635 product 0 1635 M 0
1691 636 product 0 1636 M 0
1693 638 product 0 1638 M 0
1695 640 product 0 1640 M 0
1696 641 product 0 1641 M 0
1697 642 product 0 1642 M 0
1699 644 product 0 1644 M 0
1701 646 product 0 1646 M 0
12805 9476 product 0 8718 M 0
12809 9480 product 0 8722 M 0