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 = 'en' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'A' 
  AND cscart_images_links.object_id IN (
    561, 9810, 560, 559, 9890, 9811, 9889
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00298

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 11 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
9574 561 product 0 6452 A 0 portos_tp1000_02.jpg The TP1000 shutter with an open revision cover from the bottom 800 450 6452
9575 561 product 0 6453 A 0 portos_tp2000_03.jpg The TP1000 shutter with an open revision cover from the front 350 197 6453
9576 561 product 0 6454 A 0 portos_tp2000_04.jpg 800 450 6454
13300 9810 product 0 8887 A 0 portos_st2000_02.jpg 800 450 8887
13301 9810 product 0 8888 A 0 portos_st2000_03.jpg 800 450 8888
13302 9810 product 0 8889 A 0 portos_st2000_04.jpg 800 450 8889
13303 559 product 0 8890 A 0 portos_cc1000_02.jpg The CC1000 shutter with an open revision panel 800 450 8890
13304 559 product 0 8891 A 0 portos_cc1000_03.jpg 800 450 8891
13305 560 product 0 8892 A 0 portos_tl1000_02.jpg The TL1000 shutter with an open cover 800 450 8892
13306 560 product 0 8893 A 0 portos_tl2000_03.jpg The TL1000 shutter on the rendered wall 800 450 8893
13307 561 product 0 8894 A 0 portos_tp2000_05.jpg Aufsatzrollladen Thermo-Prestige 1000, komplett verbaut 800 450 8894
13308 561 product 0 8895 A 0 portos_tp2000_06.jpg Aufsatzrollladen Thermo-Prestige 1000, glatte Frontseite 800 450 8895
13310 9811 product 0 8897 A 0 portos_rl2000_02.jpg Vorbau-Rollladen Rollolux, Montage an der Fassade 800 450 8897
13311 9811 product 0 8898 A 0 portos_rl2000_03.jpg Vorbau-Rollladen Rollolux 2000, Montage am Fenster, innerhalb der Laibung 800 450 8898
25234 9889 product 0 20821 A 0 portos_os2000_02.jpg Vorbau-Rollladen Rollolux 2000, Montage am Fenster, innerhalb der Laibung 350 197 20821
25235 9889 product 0 20822 A 0 portos_os2000_03.jpg Vorbau-Rollladen Rollolux, Montage an der Fassade 350 197 20822
25237 9890 product 0 20824 A 0 portos_it2000_02.jpg Vorbau-Rollladen Rollolux 2000, Montage am Fenster, innerhalb der Laibung 350 197 20824
25238 9890 product 0 20825 A 0 portos_it2000_03.jpg Vorbau-Rollladen Rollolux, Montage an der Fassade 350 197 20825
25240 9890 product 0 20827 A 0 portos_it2000_04.jpg Schematische Darstellung der Einzelteile 265 281 20827
30270 9810 product 0 25847 A 0 PA-39-farben.jpg 737 806 25847
30271 9810 product 0 25848 A 0 PA-39-2.gif 189 388 25848
30272 9810 product 0 25849 A 0 PA-45.gif 189 394 25849
30273 9810 product 0 25850 A 0 PA-52.gif 173 404 25850
30274 9810 product 0 25851 A 0 PCV37.gif 160 402 25851
30275 9810 product 0 25852 A 0 PCV52.gif 179 403 25852