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 (
    8306, 8289, 8361, 8304, 9885, 8367, 9882, 
    8288, 8275, 8733, 8362, 8305
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00132

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
10500 8275 product 0 7352 M 0 creta1.jpg 1920 1080 7352
10522 8288 product 0 7374 M 0 califronia1.jpg 1920 1080 7374
10537 8304 product 0 7389 M 0 nepal2.jpg 1920 1080 7389
10538 8305 product 0 7390 M 0 palermo1.jpg 1920 1080 7390
10539 8306 product 0 7391 M 0 palermo2.jpg 1920 1080 7391
11043 8362 product 0 7857 M 0 rusty.jpg 1920 1080 7857
11044 8361 product 0 7858 M 0 ivory.jpg 1920 1080 7858
11073 8367 product 0 7887 M 0 Powergips.jpg 722 1080 7887
13201 8289 product 0 8827 M 0 califronia2.jpg 1920 1080 8827
25203 9882 product 0 20790 M 0 Amsterdam-1.jpg 1920 1080 20790
25219 9885 product 0 20806 M 0 LOFT_1_t.jpg 1920 1086 20806
32312 8733 product 0 27890 M 0 RUSTIK_540.jpg 1920 1351 27890