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 = 'de' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    437, 443, 439, 435, 1805, 1806, 434, 436, 
    10161, 504, 9865, 438
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00140

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
1102 436 product 0 1079 M 0 termo_fas_termo.jpg 494 318 1079
1103 437 product 0 1080 M 0 thermo_facade_plus.PNG 268 163 1080
1104 434 product 0 1081 M 0 termo_fas_silver.jpg 493 301 1081
1105 438 product 0 1082 M 0 20190909-rw-cee-prod-109.png 960 960 1082
1106 439 product 0 1083 M 0 20190909-rw-cee-prod-103.png 960 960 1083
1109 443 product 0 1086 M 0 synthos_xps_prime.jpg 600 386 1086
1312 504 product 0 1257 M 0 atlas-uni-grunt_p_390_20210504_122033.jpg 436 600 1257
3756 1805 product 0 3060 M 0 termo_fas_baza.jpg 501 304 3060
3757 1806 product 0 3061 M 0 termo_fas_standard.jpg 500 322 3061
11861 435 product 0 8335 M 0 termo_fas_gold_4ixx-bx.jpg 525 313 8335
25099 9865 product 0 20686 M 0 termo_fas_galaxy.png 566 354 20686
27397 10161 product 0 22972 M 0 20190828_rw-cee_prod-10117.png 960 960 22972