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 (
    10022, 10029, 10025, 10057, 10062, 10036, 
    10019, 10052, 10028, 10059, 10419, 
    10049
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00108

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
25944 10049 product 0 21519 M 0 boston_3.png 880 460 21519
25947 10052 product 0 21522 M 0 country_618.png 862 406 21522
25952 10057 product 0 21527 M 0 parma_1_white.png 912 445 21527
25954 10059 product 0 21529 M 0 Rustik_526.png 888 418 21529
25957 10062 product 0 21532 M 0 Rustik_568.png 922 459 21532
25978 10036 product 0 21553 M 0 Palermo_1.png 934 535 21553
29818 10419 product 0 25395 M 0 CALIFORNIA_3_t.jpg 1920 1371 25395
32273 10022 product 0 27851 M 0 creta_grey.jpg 1228 827 27851
32300 10028 product 0 27878 M 0 california_1.png 831 508 27878
32301 10029 product 0 27879 M 0 california_2.png 874 510 27879
32302 10019 product 0 27880 M 0 Zrzut_ekranu_2024-01-11_150449.png 937 568 27880
32305 10025 product 0 27883 M 0 Venezia_3.png 883 553 27883