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 (
    558, 10232, 1017, 10711, 10011, 9933, 
    10165, 10121, 9852, 10183, 10181, 10678
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00093

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 15 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
28145 10232 product 0 23720 A 0
29426 10181 product 0 25003 A 0
29427 10181 product 0 25004 A 0
29428 10181 product 0 25005 A 0
29429 10181 product 0 25006 A 0
29430 10181 product 0 25007 A 0
29431 10181 product 0 25008 A 0
29432 10181 product 0 25009 A 0
29433 10183 product 0 25010 A 0
29434 10183 product 0 25011 A 0
29559 10165 product 0 25136 A 0
31533 9933 product 0 27111 A 0
31543 10121 product 0 27121 A 0
31714 10678 product 0 27292 A 0
31715 10678 product 0 27293 A 0
31716 10678 product 0 27294 A 0
31936 10711 product 0 27514 A 0
31937 10711 product 0 27515 A 0
31938 10711 product 0 27516 A 0
31939 10711 product 0 27517 A 0
32098 1017 product 0 27676 A 0
27141 10121 product 0 22716 A 1
30772 9933 product 0 26350 A 1
32099 1017 product 0 27677 A 1
30773 9933 product 0 26351 A 2
31542 10121 product 0 27120 A 2
30774 9933 product 0 26352 A 3
31541 10121 product 0 27119 A 3
27145 10121 product 0 22720 A 4
27144 10121 product 0 22719 A 5