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 (
    516, 10213, 10220, 10078, 8863, 9839, 
    10174, 388, 395, 7352, 8873, 9855
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00099

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 500 385 1030
1589 516 product 0 1534 M 0 2.Okno-dachowe-RoofLITE-Slim-Pine-drewniane-78x118-cm_2.jpg 900 900 1534
9552 7352 product 0 6430 M 0 fakro_ARP.jpg 1200 900 6430
11866 8863 product 0 8350 M 0 velux_gll-b_02.jpg 1024 768 8350
11876 8873 product 0 8480 M 0 VELUX_GGL_001140448468653b6bc4ea833f.jpg 1024 768 8480
13549 9839 product 0 9136 M 0 velux_RFL.png 301 305 9136
13621 9855 product 0 9208 M 0 velux_mhl_5qhu-6z.png 300 305 9208
26035 10078 product 0 21610 M 0 116627-01-L_b570-lj.jpg 1280 960 21610
27520 10174 product 0 23095 M 0 VELUX_GGU_Integra140520003253c1a6a0d2edb.jpg 600 400 23095
27757 10213 product 0 23332 M 0 VELUX_GGU_007140442835353b5e041c3b63_5y3z-0k.jpg 1024 768 23332
27857 10220 product 0 23432 M 0 integra_klf_050_002.jpg 359 369 23432
29468 395 product 0 25045 M 0 odf_ftt_u6_000.jpg 800 800 25045