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 (
    437, 443, 439, 435, 1805, 1806, 434, 436, 
    10161, 504, 9865, 438
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00085

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 16 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
1110 439 product 0 1087 A 0
1111 439 product 0 1088 A 0
1112 438 product 0 1089 A 0
11636 435 product 0 8129 A 0
27395 10161 product 0 22970 A 0
27396 10161 product 0 22971 A 0
29361 10161 product 0 24938 A 0
29362 439 product 0 24939 A 0
29363 438 product 0 24940 A 0
29364 438 product 0 24941 A 0
11035 437 product 0 7849 A 1
11039 435 product 0 7853 A 1
11037 437 product 0 7851 A 2
11041 435 product 0 7855 A 2
11038 437 product 0 7852 A 3
11042 435 product 0 7856 A 3
11036 437 product 0 7850 A 4
11040 435 product 0 7854 A 4
31014 435 product 0 26592 A 4
31015 437 product 0 26593 A 4