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 (
    8875, 1655, 516, 388, 523, 517, 8871, 
    8888, 9871, 10183, 10181, 10961
  ) 
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
1053 388 product 0 1030 M 0 FTS-V_U2135404167450b5094a3e5a8.jpg Dachfenster FAKRO FTS-V U2 : Schwingfenster aus Holz 500 385 1030
1589 516 product 0 1534 M 0 2.Okno-dachowe-RoofLITE-Slim-Pine-drewniane-78x118-cm_2.jpg 900 900 1534
1592 517 product 0 1537 M 0 2.Okno-dachowe-RoofLITE-Slim-Vent-drewniane-wentylowane-78x118_2.jpg 900 900 1537
4570 1655 product 0 3379 M 0 fakro_fep.jpg Dachfenster FAKRO FEP P2 : Panoramafenster aus Holz mit VSG 800 534 3379
11874 8871 product 0 8464 M 0 VELUX_GGL_001140442913453b5e34e737b8.jpg 1024 768 8464
11878 8875 product 0 8495 M 0 116277-01-L140448495253b6bd582daa2.jpg 1280 960 8495
11891 8888 product 0 8440 M 0 VELUX_GGU_007140442855853b5e10eb31c9.jpg 1024 768 8440
25150 9871 product 0 20737 M 0 odf_ftp_r1_000.jpg Dachfenster FAKRO FTP R1 : Schwingfenster aus Holz, Schallschutzverglasung 800 800 20737
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
28341 523 product 0 23916 M 0 Okno-dachowe-RoofLITE-Solid-Pine-drewniane-78x118-cm_1.jpg 2000 2000 23916
32039 10961 product 0 27617 M 0 pro_win_wdf_r4_hn_al_5370_des_045_roto.jpg 3200 2900 27617