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 (
    629, 646, 635, 641, 631, 636, 10109, 10108
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00078

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 8 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
1684 629 product 0 1629 M 0 Steigtritt_neu.png 367 359 1629
1686 631 product 0 1631 M 0 wspornik_u.jpg 600 600 1631
1690 635 product 0 1635 M 0 wspornik_przyscienny.jpg 600 600 1635
1691 636 product 0 1636 M 0 lacznik_lawy.jpg 600 600 1636
1696 641 product 0 1641 M 0 uchwyt_plotka_u.jpg 600 600 1641
1701 646 product 0 1646 M 0 uchwyt_bala_dbdc.jpg 600 600 1646
26759 10108 product 0 22334 M 0 brvent_00.png 800 800 22334
26760 10109 product 0 22335 M 0 blachventtop_00.png 800 800 22335