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 (
    9879, 9869, 10428, 8735, 8287, 8732, 
    8291, 8734, 10430, 9878, 10434, 10426
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00107

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
10525 8291 product 0 7377 M 0 tekstura_santorini_du_a.jpg 1920 1080 7377
25145 9869 product 0 20732 M 0 NERO_t.jpg 1920 1440 20732
25194 9878 product 0 20781 M 0 GRENADA_3_t.jpg 1920 1116 20781
25197 9879 product 0 20784 M 0 grenada4.jpg 1920 1080 20784
28110 8287 product 0 23685 M 0 2-2.jpg 1920 1080 23685
29873 10426 product 0 25450 M 0 KENYA_1_t.jpg 1920 1412 25450
29887 10428 product 0 25464 M 0 tekstura_lyon_du_a.jpg 1920 1080 25464
29911 10430 product 0 25488 M 0 MEXICANA_3_t.jpg 1920 1714 25488
29940 10434 product 0 25517 M 0 roma1.jpg 1920 1080 25517
32311 8732 product 0 27889 M 0 RUSTIK_526.jpg 1920 1366 27889
32313 8734 product 0 27891 M 0 RUSTIK_548.jpg 1920 1358 27891
32314 8735 product 0 27892 M 0 RUSTIK_568.jpg 1920 1351 27892