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 (
    558, 10232, 1017, 10711, 10011, 9933, 
    10165, 10121, 9852, 10183, 10181, 10678
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00108

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
13618 9852 product 0 9205 M 0 velux_fhl.png 301 305 9205
25785 10011 product 0 21360 M 0 fakro_ame.PNG FAKRO AME : Netzmarkize für Fakro Mehrzweck-Austiegsfenster 566 622 21360
27132 9933 product 0 22707 M 0 fakro_ARP.jpg FAKRO ARP Z-Wave : Elektrische Steuerung komfort-Rollo für Fakro Dachfenster 1200 900 22707
27140 10121 product 0 22715 M 0 ZST-01_1_1.jpg FAKRO ZST : Teleskop-Bedienstange für Fakro Dachfenster 1000 1000 22715
27583 10181 product 0 23158 M 0 fakro_fyp-u3.jpg 500 399 23158
27585 10183 product 0 23160 M 0 odf_fyu_000.jpg 2000 1740 23160
28146 10232 product 0 23721 M 0 fkr_zrs24_000.jpg Mehrkanal-Fernbedienung "FAKRO ZWP10" 320 360 23721
28200 558 product 0 23775 M 0 active_kln_300_00a.jpg Schalter für Abwesenheit KLN 300 600 600 23775
29365 1017 product 0 24942 M 0 RL-RUC-03.png 525 545 24942
29548 10165 product 0 25125 M 0 odf_fttu_r3_000.jpg 2000 2000 25125
31717 10678 product 0 27295 M 0 skylight_eindeckrahme_F.jpg 200 132 27295
31940 10711 product 0 27518 M 0 EHT.jpg Eindeckrahmen FAKRO EHV-AT Thermo mit zusätzlicher Thermoisolation (Dachziegel bis 90 mm) 464 601 27518