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 = 'M' 
  AND cscart_images_links.object_id IN (
    8312, 10699, 8352, 9463, 8313, 10071, 
    8314, 414, 10073, 8373, 10072, 1628
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00133

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 12 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
1023 414 product 0 1000 M 0 stuerze.jpg 1000 420 1000
3558 1628 product 0 2999 M 0 por_pallete.jpg 272 185 2999
10953 8313 product 0 7805 M 0 porenbeton_solbet_14h5-6e.jpg 644 548 7805
10954 8312 product 0 7806 M 0 porenbeton_solbet.jpg 644 548 7806
10998 8352 product 0 7819 M 0 u-schale.jpg 542 480 7819
11139 8373 product 0 7954 M 0 kleber138670935552a7816b6aa1b.jpg 333 296 7954
11226 8314 product 0 8047 M 0 porenbeton_solbet.jpg 644 548 8047
12780 9463 product 0 8693 M 0 ytong_z6qi-4v.png ytong 387 289 8693
25996 10071 product 0 21571 M 0 ytong.png 387 289 21571
25997 10072 product 0 21572 M 0 ytong_mt7e-5l.png 387 289 21572
25998 10073 product 0 21573 M 0 ytong_c25g-5t.png 387 289 21573
31779 10699 product 0 27357 M 0 porenbeton_solbet.jpg 644 548 27357