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 = 'se' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    601, 9480, 624, 605, 9476, 642, 604, 644, 
    602, 630, 632, 640
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00093

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
1658 601 product 0 1603 M 0 ventia_iron.png 800 800 1603
1659 602 product 0 1604 M 0 ventia_bronze.png 800 800 1604
1661 604 product 0 1606 M 0 ventia_cobalt_plus.png 800 800 1606
1662 605 product 0 1607 M 0 ventia_titanium.png 800 800 1607
1671 624 product 0 1616 M 0 wywietrznik_ze_szczotka.jpg 600 600 1616
1685 630 product 0 1630 M 0 mocownik_laty.jpg 600 600 1630
1687 632 product 0 1632 M 0 wspornik_dbdc.jpg 600 600 1632
1695 640 product 0 1640 M 0 lacznik_plotka_przeciwsniegowego.jpg 600 600 1640
1697 642 product 0 1642 M 0 uchwyt_plotka_dbdc.jpg 600 600 1642
1699 644 product 0 1644 M 0 konsol_bd.PNG 293 204 1644
12805 9476 product 0 8718 M 0 ventia_q.png 800 800 8718
12809 9480 product 0 8722 M 0 vaxo_vb_reflex_90.png 800 800 8722