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 (
    9963, 381, 429, 9913, 9912, 10139, 9916, 
    9911, 10138, 10217, 10142, 10141
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00099

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 18 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
25374 9911 product 0 20961 A 0
25375 9911 product 0 20962 A 0
25377 9912 product 0 20964 A 0
25378 9913 product 0 20965 A 0
26127 381 product 0 21702 A 0
27253 10138 product 0 22828 A 0
27254 10138 product 0 22829 A 0
27255 10139 product 0 22830 A 0
27256 10139 product 0 22831 A 0
27261 10141 product 0 22836 A 0
27262 10141 product 0 22837 A 0
28276 9963 product 0 23851 A 0
30057 10142 product 0 25634 A 0
30058 10142 product 0 25635 A 0
30059 10142 product 0 25636 A 0
30060 10217 product 0 25637 A 0
30061 10217 product 0 25638 A 0
30062 10217 product 0 25639 A 0
30063 10138 product 0 25640 A 0
31395 9963 product 0 26973 A 0
31396 9963 product 0 26974 A 0
31397 9963 product 0 26975 A 0
31398 9963 product 0 26976 A 0
31702 9963 product 0 27280 A 0
31703 9963 product 0 27281 A 0
32523 429 product 0 28101 A 0
32524 429 product 0 28102 A 0
32525 429 product 0 28103 A 0
32526 429 product 0 28104 A 0
32527 429 product 0 28105 A 0
32528 429 product 0 28106 A 0