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 (
    561, 9810, 560, 559, 9890, 9811, 9889
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00082

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 11 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
9574 561 product 0 6452 A 0
9575 561 product 0 6453 A 0
9576 561 product 0 6454 A 0
13300 9810 product 0 8887 A 0
13301 9810 product 0 8888 A 0
13302 9810 product 0 8889 A 0
13303 559 product 0 8890 A 0
13304 559 product 0 8891 A 0
13305 560 product 0 8892 A 0
13306 560 product 0 8893 A 0
13307 561 product 0 8894 A 0
13308 561 product 0 8895 A 0
13310 9811 product 0 8897 A 0
13311 9811 product 0 8898 A 0
25234 9889 product 0 20821 A 0
25235 9889 product 0 20822 A 0
25237 9890 product 0 20824 A 0
25238 9890 product 0 20825 A 0
25240 9890 product 0 20827 A 0
30270 9810 product 0 25847 A 0
30271 9810 product 0 25848 A 0
30272 9810 product 0 25849 A 0
30273 9810 product 0 25850 A 0
30274 9810 product 0 25851 A 0
30275 9810 product 0 25852 A 0