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 (
    10353, 8869, 526, 10355, 8886, 10211, 
    10222, 8870, 8868, 10173, 10223, 8887
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00102

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
11871 8868 product 0 8457 M 0 VELUX_GGL_001140442896953b5e2a9aa8a1.jpg 1024 768 8457
11872 8869 product 0 8563 M 0 116627-01-L.jpg 1280 960 8563
11873 8870 product 0 8589 M 0 velux_ggl_integra140520074453c1a968f10e3.jpg 600 400 8589
11889 8886 product 0 8577 M 0 VELUX_GGU_Integra140520003253c1a6a0d2edb.jpg 600 400 8577
11890 8887 product 0 8603 M 0 VELUX_GGU_Integra140520118353c1ab1f1a0cb.jpg 600 400 8603
27543 10173 product 0 23118 M 0 ID10098862_138167-01-L.png 1280 960 23118
27743 10211 product 0 23318 M 0 VELUX_GPU_004140448598953b6c1656249b.jpg 1024 768 23318
28073 10222 product 0 23648 M 0 Roto-Designo-Drewniane.jpg 603 514 23648
28080 10223 product 0 23655 M 0 Okno-Roto-Designo-R7-WD.jpg 512 491 23655
28261 10353 product 0 23836 M 0 FTU-V-U4-packshot-01_1_113.jpg 1000 1000 23836
28265 10355 product 0 23840 M 0 FTU-V_8vip-xs_logk-f3_66so-7b.jpg 500 400 23840
28343 526 product 0 23918 M 0 okno-dachowe-rooflite-trio-pvc-1.png 815 813 23918