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 = 'A' 
  AND cscart_images_links.object_id IN (
    8273, 10423, 9819, 9481, 8283, 9483, 
    9879, 9875, 9869, 10428, 8735, 8287
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00213

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 25 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
13343 9819 product 0 8930 A 0 stegu_timber_ev4i-gz.png 499 128 8930
25195 9879 product 0 20782 A 0 grenada_p.png 951 359 20782
25796 8273 product 0 21371 A 0 stegu_arena_0a_1llb-41.PNG 598 209 21371
25842 9879 product 0 21417 A 0 grenada_n_306i-g5.png 1178 363 21417
26842 8283 product 0 22417 A 0 venezia_p.png 961 370 22417
26843 8283 product 0 22418 A 0 venezia_n.png 1208 535 22418
26844 8283 product 0 22419 A 0 venezia1-1.jpg 1920 1080 22419
26845 8283 product 0 22420 A 0 venezia1-2.jpg 1920 1080 22420
26956 9875 product 0 22531 A 0 parma_n_9o64-5a.png 1117 351 22531
26962 9875 product 0 22537 A 0 parma2-1.jpg 1920 1080 22537
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
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
27053 9481 product 0 22628 A 0 boston_p.png 984 378 22628
27054 9481 product 0 22629 A 0 boston_n.png 1238 347 22629
27057 9483 product 0 22632 A 0 boston_p_492s-ic.png 984 378 22632
27058 9483 product 0 22633 A 0 boston_n_gjr4-t9.png 1238 347 22633
27070 9481 product 0 22645 A 0 boston1-1.jpg 1920 1080 22645
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
28326 9819 product 0 23901 A 0 stegu_timber2_001.jpg 1152 648 23901
29843 10423 product 0 25420 A 0 Jura_1_a.jpg 1920 1080 25420
29844 10423 product 0 25421 A 0 jura-wymiary.png 300 220 25421
29859 10423 product 0 25436 A 0 jura.JPG 635 448 25436
29860 10423 product 0 25437 A 0 jura1.JPG 815 462 25437
29861 10423 product 0 25438 A 0 jura-corner-1.JPG 808 525 25438
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
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
30243 9819 product 0 25820 A 0 tim2.JPG 802 430 25820
30248 9869 product 0 25825 A 0 nr1.JPG 1017 597 25825
30249 9481 product 0 25826 A 0 boston1-2.jpg 1920 1080 25826
30250 9481 product 0 25827 A 0 boston1-4.jpg 1920 1080 25827
30251 9481 product 0 25828 A 0 boston1-3.jpg 1920 1080 25828
30252 9481 product 0 25829 A 0 Boston-5-1.jpg 1920 1080 25829
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
25797 8273 product 0 21372 A 2 stegu_arena_0b_3km7-6d.PNG 691 173 21372
31407 8283 product 0 26985 A 2 venezia1-3.jpg 1920 1080 26985
31408 8283 product 0 26986 A 2 venezia1-4.jpg 1920 1080 26986
10882 8273 product 0 7734 A 3 stegu_arena_cream_01.jpg 1000 400 7734
28308 8273 product 0 23883 A 4 stegu_arena_100.jpg 1344 756 23883
10883 8273 product 0 7735 A 5 stegu_arena_cream_02.jpg 640 480 7735
10884 8273 product 0 7736 A 6 stegu_arena_cream_03.jpg 640 480 7736
10885 8273 product 0 7737 A 7 stegu_arena_cream_04.jpg 640 480 7737
10886 8273 product 0 7738 A 8 stegu_arena_cream_05.jpg 640 480 7738
10887 8273 product 0 7739 A 9 stegu_arena_cream_06.jpg 640 480 7739
10888 8273 product 0 7740 A 10 stegu_arena_cream_08.jpg 640 480 7740
10889 8273 product 0 7741 A 11 stegu_arena_cream_09.jpg 640 480 7741
10890 8273 product 0 7742 A 12 stegu_arena_cream_10.jpg 426 640 7742
10891 8273 product 0 7743 A 13 stegu_arena_cream_11.jpg 640 385 7743
10892 8273 product 0 7744 A 14 stegu_arena_cream_12.jpg 640 474 7744