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 = 'A' 
  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.00141

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 16 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
1110 439 product 0 1087 A 0 frontrock_max_e_jhdr-op.jpg 250 188 1087
1111 439 product 0 1088 A 0 20190909-rw-cee-prod-102.png 960 960 1088
1112 438 product 0 1089 A 0 frontrock_l_002.jpg 421 335 1089
11636 435 product 0 8129 A 0 termo_fas_gold.jpg 525 313 8129
27395 10161 product 0 22970 A 0 frontrock_max_e_jhdr-op.jpg 250 188 22970
27396 10161 product 0 22971 A 0 20190909-rw-cee-prod-105.png 960 960 22971
29361 10161 product 0 24938 A 0 20190909-rw-cee-prod-107.png 960 960 24938
29362 439 product 0 24939 A 0 20190909-rw-cee-prod-104.png 960 960 24939
29363 438 product 0 24940 A 0 20190909-rw-cee-prod-108.png 960 960 24940
29364 438 product 0 24941 A 0 20190909-rw-cee-prod-110.png 960 960 24941
11035 437 product 0 7849 A 1 dibt.gif 176 63 7849
11039 435 product 0 7853 A 1 dibt139136854352ee995f1f1c9.gif 176 63 7853
11037 437 product 0 7851 A 2 gsh.png 96 92 7851
11041 435 product 0 7855 A 2 gsh1378645405522c759dbc4f1.png 96 92 7855
11038 437 product 0 7852 A 3 ral.jpg 160 101 7852
11042 435 product 0 7856 A 3 ral1378645405522c759dc3eed.jpg 160 101 7856
11036 437 product 0 7850 A 4 u.jpg 79 104 7850
11040 435 product 0 7854 A 4 u1378645405522c759db52ad.jpg 79 104 7854
31014 435 product 0 26592 A 4 termo_fas_gold_02.jpg 375 304 26592
31015 437 product 0 26593 A 4 termo_fas_termo_plus_02.jpg 459 427 26593