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 = 'de' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'A' 
  AND cscart_images_links.object_id IN (
    504, 3245, 576, 575, 505, 574, 572, 577, 
    9861, 10501
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00068

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 13 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
12746 577 product 0 8659 A 0
12747 577 product 0 8660 A 0
12751 572 product 0 8664 A 0
12752 572 product 0 8665 A 0
12753 572 product 0 8666 A 0
12754 572 product 0 8667 A 0
12757 574 product 0 8670 A 0
12758 574 product 0 8671 A 0
12759 575 product 0 8672 A 0
12760 575 product 0 8673 A 0
12761 575 product 0 8674 A 0
12762 576 product 0 8675 A 0
12763 576 product 0 8676 A 0
12764 576 product 0 8677 A 0
13659 9861 product 0 9246 A 0
13660 9861 product 0 9247 A 0