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 (
    10444, 10027, 10023, 10044, 10060, 10427, 
    10024, 10035, 10038, 10014, 10016, 
    10047
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00106

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
25788 10014 product 0 21363 M 0 Creta_Cream.jpg 1179 822 21363
25942 10047 product 0 21517 M 0 boston_1.png 901 508 21517
25955 10060 product 0 21530 M 0 Rustik_540.png 895 390 21530
25960 10044 product 0 21535 M 0 amsterdam_2.png 888 475 21535
25967 10038 product 0 21542 M 0 Grenada_2.png 931 504 21542
25975 10035 product 0 21550 M 0 nepal_desert_2.png 868 511 21550
29880 10427 product 0 25457 M 0 KENYA_2_t.jpg 1920 1428 25457
32291 10016 product 0 27869 M 0 Zrzut_ekranu_2024-01-10_151029.png 849 686 27869
32295 10023 product 0 27873 M 0 rodos_sand_1.png 886 528 27873
32299 10027 product 0 27877 M 0 Calabria_1.png 919 519 27877
32304 10024 product 0 27882 M 0 venezia_1.png 856 570 27882
32317 10444 product 0 27895 M 0 CAMBRIDGE_2.jpg 1362 966 27895