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 (
    10353, 8875, 9968, 8869, 526, 10355, 
    8886, 9838, 8891, 10211, 706, 10222
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00106

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
1904 706 product 0 1849 M 0 xdk.jpg Anschluss-Paket "FAKRO XDK" (XDP+XDS) 480 482 1849
11872 8869 product 0 8563 M 0 116627-01-L.jpg 1280 960 8563
11878 8875 product 0 8495 M 0 116277-01-L140448495253b6bd582daa2.jpg 1280 960 8495
11889 8886 product 0 8577 M 0 VELUX_GGU_Integra140520003253c1a6a0d2edb.jpg 600 400 8577
11894 8891 product 0 8532 M 0 VELUX_GPU_004140448588653b6c0feee7d0.jpg 1024 768 8532
13555 9838 product 0 9142 M 0 velux_RHL.jpg 300 304 9142
25574 9968 product 0 21149 M 0 ZBH-01_1.png Abschließbarer Fenstergriff "FAKRO ZBH" 1000 1000 21149
27743 10211 product 0 23318 M 0 VELUX_GPU_004140448598953b6c1656249b.jpg 1024 768 23318
28073 10222 product 0 23648 M 0 Roto-Designo-Drewniane.jpg 603 514 23648
28261 10353 product 0 23836 M 0 FTU-V-U4-packshot-01_1_113.jpg 1000 1000 23836
28265 10355 product 0 23840 M 0 FTU-V_8vip-xs_logk-f3_66so-7b.jpg 500 400 23840
28343 526 product 0 23918 M 0 okno-dachowe-rooflite-trio-pvc-1.png Kunststoff Dachfenster RoofLITE+ mit 3-fach Verglasung 815 813 23918