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 (480, 407, 405, 479, 406) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00076

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 9 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
1279 480 product 0 1237 A 0
1280 480 product 0 1238 A 0
1282 480 product 0 1240 A 0
4056 406 product 0 3068 A 0
28251 479 product 0 23826 A 0
28252 479 product 0 23827 A 0
28253 479 product 0 23828 A 0
31525 405 product 0 27103 A 0
28223 480 product 0 23798 A 1
30791 480 product 0 26369 A 1
31523 407 product 0 27101 A 1
31526 405 product 0 27104 A 1
9570 405 product 0 6448 A 2
31524 407 product 0 27102 A 2
31530 406 product 0 27108 A 2
9567 407 product 0 6445 A 3
9571 405 product 0 6449 A 3
31531 406 product 0 27109 A 3
9568 407 product 0 6446 A 4
27799 406 product 0 23374 A 4
31528 405 product 0 27106 A 4
27804 407 product 0 23379 A 5
31527 405 product 0 27105 A 5
1924 405 product 0 1868 A 6
9569 405 product 0 6447 A 7