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.image_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 (
    10206, 10713, 9824, 9871, 9826, 396, 
    713, 10208, 556, 9854, 9825, 705
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00138

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 23 Using index condition; Using filesort
1 SIMPLE cscart_images eq_ref PRIMARY PRIMARY 3 mahm3t_cs443.cscart_images_links.image_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
3095 396 product 0 2961 A 0
25147 9871 product 0 20734 A 0
25148 9871 product 0 20735 A 0
25149 9871 product 0 20736 A 0
27703 10206 product 0 23278 A 0
27704 10206 product 0 23279 A 0
27707 10206 product 0 23282 A 0
27709 10206 product 0 23284 A 0
27721 10208 product 0 23296 A 0
27820 705 product 0 23395 A 0
27821 705 product 0 23396 A 0
28224 9854 product 0 23799 A 0
29452 396 product 0 25029 A 0
29453 396 product 0 25030 A 0
31225 713 product 0 26803 A 0
31226 713 product 0 26804 A 0
31227 713 product 0 26805 A 0
31228 713 product 0 26806 A 0
31339 556 product 0 26917 A 0
31340 556 product 0 26918 A 0
31341 556 product 0 26919 A 0
31342 556 product 0 26920 A 0
31343 556 product 0 26921 A 0
31344 556 product 0 26922 A 0
31345 556 product 0 26923 A 0
31346 556 product 0 26924 A 0
31673 9824 product 0 27251 A 0
31674 9824 product 0 27252 A 0
31675 9824 product 0 27253 A 0
31676 9824 product 0 27254 A 0
31677 9824 product 0 27255 A 0
31678 9824 product 0 27256 A 0
31679 9824 product 0 27257 A 0
31680 9824 product 0 27258 A 0
31681 9824 product 0 27259 A 0
31682 9824 product 0 27260 A 0
31683 9824 product 0 27261 A 0
31949 10713 product 0 27527 A 0
31950 10713 product 0 27528 A 0
31951 10713 product 0 27529 A 0
31952 10713 product 0 27530 A 0
31953 10713 product 0 27531 A 0
31954 10713 product 0 27532 A 0
31955 10713 product 0 27533 A 0
31956 10713 product 0 27534 A 0
31957 10713 product 0 27535 A 0
1081 396 product 0 1058 A 1
28229 9854 product 0 23804 A 1
1082 396 product 0 1059 A 2
28235 9854 product 0 23810 A 2
28248 9854 product 0 23823 A 3
25380 396 product 0 20967 A 4
28236 9854 product 0 23811 A 4
1083 396 product 0 1060 A 5
28244 9854 product 0 23819 A 5
28245 9854 product 0 23820 A 6
29454 396 product 0 25031 A 7