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 = 'category' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    482, 432, 925, 922, 929, 890, 938, 937, 
    939, 940, 941, 943, 942, 944, 945, 946, 
    461, 947, 468, 897
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00116

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 20 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
32568 482 category 0 28146 M 0 logo_1_1_VELUX.jpg 283 283 28146
32569 432 category 0 28147 M 0 logo_1_1_FAKRO.jpg 374 374 28147
32570 925 category 0 28148 M 0 logo_1_1_OPTILIGHT.jpg 200 200 28148
32571 922 category 0 28149 M 0 logo__1_1_RoofLITE_.jpg 2434 2434 28149
32572 929 category 0 28150 M 0 logo_1_1_Skylight.png 300 300 28150
32573 938 category 0 28151 M 0 1_1wood.jpg 875 875 28151
32574 937 category 0 28152 M 0 1_1_plastik.jpg 700 700 28152
32575 939 category 0 28153 M 0 1_1_pakietdwuszybowy.jpg 875 875 28153
32576 940 category 0 28154 M 0 1_1_pakiettrojszybowy.jpg 875 875 28154
32586 941 category 0 28164 M 0 1_1_pakietczteroszybowy.jpg 875 875 28164
32587 461 category 0 28165 M 0 1_1_flashing.jpg 1920 1920 28165
32590 890 category 0 28168 M 0 Roto-Logo-768x480.png 768 480 28168
32591 943 category 0 28169 M 0 1_1__top_pivot.jpg 3200 3200 28169
32592 942 category 0 28170 M 0 1_1_bottom_pivot.jpg 1024 1024 28170
32593 944 category 0 28171 M 0 1_1_wysokoosiowe.jpg 500 500 28171
32594 945 category 0 28172 M 0 1_1_VK.jpg 300 300 28172
32595 946 category 0 28173 M 0 1_1_top_hung_pivot.jpg 2000 2000 28173
32596 947 category 0 28174 M 0 1_1.jpg 1509 1509 28174