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.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 (
    617, 616, 625, 606, 622, 609, 603, 638, 
    608, 627, 620, 619
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00100

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 12 Using index condition; Using filesort
1 SIMPLE cscart_images eq_ref PRIMARY PRIMARY 3 mahm3t_cs443.cscart_images_links.detailed_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 mdm_vaxo_00s_000.jpg Roof membrane VAXO 331 225 1598
1660 603 product 0 1605 M 0 ventia_gold.png 800 800 1605
1663 606 product 0 1608 M 0 Titanium_.JPG 400 473 1608
1665 608 product 0 1610 M 0 ventia_metal.jpg 600 600 1610
1666 616 product 0 1611 M 0 verso_top.jpg 800 800 1611
1667 617 product 0 1612 M 0 ventia_vb_reflex.png 800 800 1612
1668 622 product 0 1613 M 0 ventroll_00.png 800 800 1613
1670 619 product 0 1615 M 0 ventalrespiro_00.png 800 800 1615
1672 625 product 0 1617 M 0 wywietrznik_gont.jpg 600 600 1617
1673 620 product 0 1618 M 0 aluminiowa_00.png 800 800 1618
1682 627 product 0 1627 M 0 lawa.jpg 600 600 1627
1693 638 product 0 1638 M 0 plotek_przeciwsniegowy.jpg 600 600 1638