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 = 'M' 
  AND cscart_images_links.object_id IN (
    3524, 9985, 10466, 9989, 10463, 10418, 
    10405, 10417, 10465, 10385, 10464, 
    10373
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00372

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
5656 3524 product 0 3293 M 0 j_milkshake_g.jpg 300 342 3293
25689 9985 product 0 21264 M 0 d_askania_p.jpg 300 342 21264
25701 9989 product 0 21276 M 0 d_nugat_p.jpg 300 342 21276
29445 10373 product 0 25022 M 0 bc8-dbe1-ox4-xxz-d14130-f_dab_bright_piccolo_polac_podglad_rgb_750x350.jpg 750 350 25022
29539 10385 product 0 25116 M 0 dab_madeira_grande_polac_750x350.jpg 750 350 25116
29661 10405 product 0 25238 M 0 dab_salt_jodla_francuska_130_polac_750x350.jpg 750 350 25238
29806 10417 product 0 25383 M 0 dab_bright_jodla_francuska_130_polac_750x350.jpg 750 350 25383
29811 10418 product 0 25388 M 0 dab_trivor_jodla_francuska_130_polac_750x350-2.jpg 750 350 25388
30307 10463 product 0 25884 M 0 dab-serene-jodla-francuska-130-polac.jpg 750 350 25884
30312 10464 product 0 25889 M 0 dab-caramel-jodla-francuska-130-polac.jpg 750 350 25889
30317 10465 product 0 25894 M 0 dab-raisins-jodla-francuska-130-polac.jpg 750 350 25894
30322 10466 product 0 25899 M 0 dab-mainland-jodla-francuska-130-polac.jpg 750 350 25899