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 = 'M' 
  AND cscart_images_links.object_id IN (
    8368, 8730, 9817, 8732, 8731, 8291, 8734, 
    8728, 8729, 10430, 9484, 8284
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00112

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
10509 8284 product 0 7361 M 0 VENEZIA_3_t_new.jpg 1920 796 7361
10525 8291 product 0 7377 M 0 tekstura_santorini_du_a.jpg 1920 1080 7377
11070 8368 product 0 7884 M 0 stegu_ak_rustical.jpg 600 534 7884
11675 8728 product 0 8149 M 0 country610.jpg 1920 1080 8149
11680 8729 product 0 8154 M 0 country618.jpg 1920 1080 8154
11682 8730 product 0 8156 M 0 country640.jpg 1920 1080 8156
12828 9484 product 0 8741 M 0 boston4.jpg 1920 1080 8741
13322 9817 product 0 8909 M 0 cairo2.jpg 1920 1080 8909
29911 10430 product 0 25488 M 0 MEXICANA_3_t.jpg 1920 1714 25488
32310 8731 product 0 27888 M 0 COUNTRY_668.jpg 1920 1920 27888
32311 8732 product 0 27889 M 0 RUSTIK_526.jpg 1920 1366 27889
32313 8734 product 0 27891 M 0 RUSTIK_548.jpg 1920 1358 27891