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 = '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.00098

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.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
12746 577 product 0 8659 A 0 Postar_20_02.jpg 614 447 8659
12747 577 product 0 8660 A 0 Postar_20_03.jpg 493 421 8660
12751 572 product 0 8664 A 0 SAM_100_02.jpg 623 282 8664
12752 572 product 0 8665 A 0 SAM_100_04.jpg 505 287 8665
12753 572 product 0 8666 A 0 SAM_100_03.jpg 619 398 8666
12754 572 product 0 8667 A 0 SAM_100_05.jpg 504 404 8667
12757 574 product 0 8670 A 0 SAM_200_02.jpg 505 317 8670
12758 574 product 0 8671 A 0 SAM_200_03.jpg 507 316 8671
12759 575 product 0 8672 A 0 Terplan_N_02.jpg 551 533 8672
12760 575 product 0 8673 A 0 Terplan_N_04.jpg 506 359 8673
12761 575 product 0 8674 A 0 Terplan_N_03.jpg 622 466 8674
12762 576 product 0 8675 A 0 Terplan_R_02.jpg 623 213 8675
12763 576 product 0 8676 A 0 Terplan_R_04.jpg 504 370 8676
12764 576 product 0 8677 A 0 Terplan_R_03.jpg 505 371 8677
13659 9861 product 0 9246 A 0 Postar_20_02.jpg 614 447 9246
13660 9861 product 0 9247 A 0 Postar_20_03.jpg 493 421 9247