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 (
    430, 9470, 10705, 750, 10195, 426, 10670, 
    9457, 10157, 9938, 8862, 8860
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00100

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
1087 426 product 0 1064 M 0 sky-01-clean.jpg SKYLIGHT Kunststoff Dachfenster 1527 1600 1064
1091 430 product 0 1068 M 0 optilight_galeria.jpg 1500 1500 1068
1939 750 product 0 1884 M 0 optilight_tlp.jpg 600 519 1884
12472 8860 product 0 8378 M 0 118585-01-L.jpg 1280 960 8378
12475 8862 product 0 8381 M 0 velux_gll.jpg 1024 768 8381
12797 9470 product 0 8710 M 0 opti_vk01.jpg Klapp Dachfenster OptiLight VK 5120 3413 8710
25436 9938 product 0 21023 M 0 optilight_mxt.jpg 1000 833 21023
27639 10195 product 0 23214 M 0 tlp-energie-vent.jpg Kunststoff Dachfenster OptiLight TLP-V Energie mit 3-fach Verglasung 500 500 23214
28328 9457 product 0 23903 M 0 okno__OKNA_drewniane_dachowe_poĊ‚aciowe_TRIO_pine_78x118_78x140_roofLITE__z_66x118_do_gruba_SZARY.jpg Dachfenster RoofLITE+ TRIO PINE 800 800 23903
31791 10670 product 0 27369 M 0 07-skyfens-supro-triple-termo_nwt6-r1.png Kunststoff Dachfenster Skylight Supro 1500 1800 27369
31833 10705 product 0 27411 M 0 OptiLight_D_Pro_005__www__0qm1-uw.jpg 2048 1803 27411
32479 10157 product 0 28057 M 0 Skyfens-SkylightPlus-Termo-011.png 2000 2000 28057