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 (
    9879, 9869, 10428, 8735, 8287, 8732, 
    8291, 8734, 10430, 9878, 10434, 10426
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00188

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 21 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
12913 8291 product 0 8826 A 0 stegu_santorini_002.png 300 218 8826
25188 9878 product 0 20775 A 0 stegu_grenada_wymiary_p.jpg 958 359 20775
25195 9879 product 0 20782 A 0 grenada_p.png 951 359 20782
25842 9879 product 0 21417 A 0 grenada_n_306i-g5.png 1178 363 21417
27019 8732 product 0 22594 A 0 rustik_p.png 984 347 22594
27020 8732 product 0 22595 A 0 rustik_n.png 1243 344 22595
27023 8734 product 0 22598 A 0 rustik_p_p53d-r4.png 984 347 22598
27024 8734 product 0 22599 A 0 rustik_n_npoo-jt.png 1243 344 22599
27025 8735 product 0 22600 A 0 rustik_p_10c8-h4.png 984 347 22600
27026 8735 product 0 22601 A 0 rustik_n_0xn2-sb.png 1243 344 22601
27035 8732 product 0 22610 A 0 rustik526-3.jpg 1920 1080 22610
27036 8732 product 0 22611 A 0 rustik526_02.png 1398 739 22611
27037 8732 product 0 22612 A 0 rustik526_03.jpg 1920 1080 22612
27038 8732 product 0 22613 A 0 rustik526_04.jpg 1920 1080 22613
27047 8734 product 0 22622 A 0 rustik548_01.jpg 1920 1080 22622
27049 8735 product 0 22624 A 0 rustik568_01.jpg 1920 1080 22624
27050 8735 product 0 22625 A 0 rustik568_03.png 783 584 22625
27081 9869 product 0 22656 A 0 nero_bianco_p.png 946 414 22656
27091 9869 product 0 22666 A 0 NERO_a.jpg 1920 1358 22666
28111 8287 product 0 23686 A 0 1-2.jpg 1920 1080 23686
28112 8287 product 0 23687 A 0 stegu_dublin_002.png 300 220 23687
29874 10426 product 0 25451 A 0 KENYA_1_a.jpg 1920 1281 25451
29875 10426 product 0 25452 A 0 Kenya.JPG 511 287 25452
29876 10426 product 0 25453 A 0 kenya1.JPG 644 485 25453
29888 10428 product 0 25465 A 0 lyon_1.jpg 1920 1080 25465
29889 10428 product 0 25466 A 0 wymiary-lyon_1.png 300 218 25466
29890 10428 product 0 25467 A 0 IMG_5632.jpg 900 600 25467
29892 10428 product 0 25469 A 0 tekstura_lyon_du_a_y99h-ar.jpg 1920 1080 25469
29916 10430 product 0 25493 A 0 4.JPG 694 448 25493
29941 10434 product 0 25518 A 0 roma1-1.jpg 1920 1080 25518
29942 10434 product 0 25519 A 0 roma1-2.jpg 1920 1080 25519
29943 10434 product 0 25520 A 0 desert.JPG 726 414 25520
29944 10434 product 0 25521 A 0 roma.png 300 220 25521
29945 10434 product 0 25522 A 0 desert1.JPG 396 404 25522
29946 10434 product 0 25523 A 0 desert-corner.JPG 552 553 25523
30228 9879 product 0 25805 A 0 gre4-1.JPG 993 690 25805
30229 9879 product 0 25806 A 0 gre4.JPG 799 404 25806
30248 9869 product 0 25825 A 0 nr1.JPG 1017 597 25825
30257 8287 product 0 25834 A 0 4-1.jpg 1920 1080 25834
30258 8287 product 0 25835 A 0 DUBLIN_3.jpg 1920 1080 25835
30278 8735 product 0 25855 A 0 r568.JPG 495 749 25855
30279 8735 product 0 25856 A 0 r568-1.JPG 1012 568 25856
30280 8735 product 0 25857 A 0 r568-2.JPG 1006 569 25857
30281 8735 product 0 25858 A 0 r568-3.JPG 1015 563 25858
30282 8735 product 0 25859 A 0 r568-4.JPG 1007 571 25859
12912 8291 product 0 8825 A 1 santorini_1.jpg 1920 1080 8825
29912 10430 product 0 25489 A 1 1.JPG 645 329 25489
31415 9878 product 0 26993 A 1 stegu_grenada_wymiary_n.png 1178 363 26993
25839 9878 product 0 21414 A 2 stegu_grenada_0b_h8mh-3b.PNG 691 167 21414
29913 10430 product 0 25490 A 2 MEXICANA_3_a.jpg 1920 1280 25490
30241 8291 product 0 25818 A 2 san1.JPG 739 674 25818
29914 10430 product 0 25491 A 3 2.JPG 733 382 25491
30225 9878 product 0 25802 A 3 GRENADA_3_A-2.jpg 1920 1106 25802
29915 10430 product 0 25492 A 4 3.JPG 639 403 25492
30226 9878 product 0 25803 A 4 gre3.JPG 1155 787 25803
29917 10430 product 0 25494 A 5 6.JPG 514 714 25494
29918 10430 product 0 25495 A 6 7.JPG 546 727 25495
29919 10430 product 0 25496 A 7 8.JPG 627 425 25496