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 (
    714, 10096, 9970, 552, 9841, 9870, 9969, 
    10967, 557, 10164, 716, 1016
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00125

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 17 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
25577 9970 product 0 21152 A 0 fakro_zwma1_01.png 1027 740 21152
25578 9970 product 0 21153 A 0 fakro_zwma1_02.png 543 859 21153
27406 10164 product 0 22981 A 0 fakro_ftt_06.gif 200 200 22981
27407 10164 product 0 22982 A 0 u8.jpg Triple-chamber U8 glazing unit 348 299 22982
27408 10164 product 0 22983 A 0 klamka_biala.jpg 410 223 22983
27409 10164 product 0 22984 A 0 fakro_ftt_u8_10.png 1007 613 22984
27410 10164 product 0 22985 A 0 ftt-u8_03.jpg 415 233 22985
28515 714 product 0 24090 A 0 sky_griff_001.jpg 1536 1152 24090
28516 714 product 0 24091 A 0 sky_griff_002.jpg 1536 1152 24091
30577 716 product 0 26154 A 0 Photo1__2_.JPG 1036 777 26154
30578 716 product 0 26155 A 0 Photo3__2_.jpg 2304 1728 26155
30579 716 product 0 26156 A 0 Photo4__2_.JPG 1036 777 26156
30580 716 product 0 26157 A 0 Photo5__2_.JPG 1036 777 26157
30581 716 product 0 26158 A 0 Photo6__2_.JPG 1036 777 26158
30582 716 product 0 26159 A 0 Photo7__2_.JPG 1036 777 26159
30927 9870 product 0 26505 A 0 Teleskop-Betätigungsstange_für_Dachfenster_und_Rollo.jpg 940 5598 26505
31394 714 product 0 26972 A 0 klamka-skylight-3.jpg 1920 1440 26972
32096 10967 product 0 27674 A 0 RoofLITE-TFX_Flashing-1080p.jpg 427 452 27674
32100 1016 product 0 27678 A 0 RL-IFC-02.png 545 680 27678
30924 9870 product 0 26502 A 1 Betätigungsstange_für_Dachfenster.jpg 1200 1600 26502
32095 10967 product 0 27673 A 1 RoofLITE-UFX_Flashing.jpg 314 330 27673
32101 1016 product 0 27679 A 1 RL-IFC-03.png 990 991 27679
2619 1016 product 0 2571 A 2 web_chassis.jpg 1600 1300 2571
30926 9870 product 0 26504 A 2 Teleskop-Betätigungsstange_für_Dachfenster.jpg 1200 1600 26504
32097 10967 product 0 27675 A 2 RoofLITE-LSX_Flashing-1080p.jpg 314 330 27675
30928 9870 product 0 26506 A 3 Teleskop-Betätigungsstange_für_Rollo.jpg 1200 1600 26506
32090 10967 product 0 27668 A 3 arl_sfx_000.jpg 1446 1382 27668
30925 9870 product 0 26503 A 4 Griff_der_Teleskop-Betätigungsstange_für_Dachfenster_.jpg 2400 2400 26503