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 (
    3322, 11485, 10960, 9845, 9853, 717, 
    9843, 10065, 10707, 478, 3325, 428
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00101

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
1089 428 product 0 1066 M 0 vivo_00.png 790 783 1066
1269 478 product 0 1227 M 0 atr_mua_000.jpg 835 895 1227
1915 717 product 0 1860 M 0 markiz.jpg 1000 1000 1860
13543 9843 product 0 9130 M 0 velux_DKL.png 301 305 9130
13598 9853 product 0 9185 M 0 velux-mhl.jpg 894 677 9185
13616 9845 product 0 9203 M 0 velux_dkl_nlns-1c.png 301 305 9203
26129 10065 product 0 21704 M 0 kux_eua.JPG 560 412 21704
28939 3322 product 0 24514 M 0 atr_dua_4208_naked_yyvv-t7.jpg Weißes Rollo für FAKRO Dachfenster 1000 1000 24514
30517 3325 product 0 26094 M 0 atr_dua_4208_naked.jpg Weißes Rollo für Dachfenster 1000 1000 26094
31868 10707 product 0 27446 M 0 001_gm4d-2a.jpg 1067 1600 27446
32665 11485 product 0 28243 M 0 FTP-V-U41-GreenView-7016-obrobione-scaled.jpg 2560 1966 28243
32679 10960 product 0 28257 M 0 PTP-V_U41_GreenView_7016_obrobione.png 4557 3500 28257