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 (
    8299, 8369, 9877, 8277, 8720, 9868, 9876, 
    8370, 8363, 9820, 8285, 9482
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00091

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
10502 8277 product 0 7354 M 0 creta3.jpg 1920 1080 7354
10510 8285 product 0 7362 M 0 venezia_4.jpg 1920 1080 7362
10533 8299 product 0 7385 M 0 Monsanto-2.jpg 1920 1080 7385
11045 8363 product 0 7859 M 0 grey.jpg 1920 1080 7859
11066 8369 product 0 7880 M 0 stegu_ak_joint.jpg 233 232 7880
11071 8370 product 0 7885 M 0 stegu_ak_impregnat.jpg 233 232 7885
11661 8720 product 0 8135 M 0 LOFT_1_t.jpg 1920 1086 8135
12824 9482 product 0 8737 M 0 boston2.jpg 1920 1080 8737
13346 9820 product 0 8933 M 0 timber3.jpg 1920 1080 8933
25141 9868 product 0 20728 M 0 bianco.jpg 1920 1080 20728
25178 9876 product 0 20765 M 0 New-York_t.jpg 1579 1080 20765
25187 9877 product 0 20774 M 0 nepal3.jpg 1920 1080 20774