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 = 10713 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00056

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_images_links ref object_id object_id 81 const,const,const 3 Using index condition; Using where; 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
31949 10713 product 0 27527 A 0 velux-edz.jpg VELUX EDZ 220 220 27527
31950 10713 product 0 27528 A 0 velux-edw.jpg VELUX EDW 940 940 27528
31951 10713 product 0 27529 A 0 velux-edt.jpg VELUX EDT 940 940 27529
31952 10713 product 0 27530 A 0 velux-edj.jpg VELUX EDJ 220 220 27530
31953 10713 product 0 27531 A 0 velux-eds.jpg VELUX EDS 940 940 27531
31954 10713 product 0 27532 A 0 velux-edl.jpg VELUX EDL 940 940 27532
31955 10713 product 0 27533 A 0 velux-edn.jpg VELUX EDN 220 220 27533
31956 10713 product 0 27534 A 0 velux-edb.jpg VELUX EDB 940 940 27534
31957 10713 product 0 27535 A 0 velux-zwc.jpg VELUX ZWC 1500 743 27535