SELECT 
  cscart_images.*, 
  cscart_images_links.*, 
  cscart_common_descriptions.description AS alt, 
  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 (
    27405, 28091, 39342, 113610, 123944, 
    124180, 124301, 25405, 27370, 27773
  ) 
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 10 Using index condition; Using filesort
1 SIMPLE cscart_images eq_ref PRIMARY PRIMARY 4 toolboxdigitalshop_dev.cscart_images_links.detailed_id 1
1 SIMPLE cscart_common_descriptions eq_ref PRIMARY PRIMARY 108 toolboxdigitalshop_dev.cscart_images.image_id,const,const 1 Using where

Result

image_id image_path image_x image_y pair_id object_id object_type detailed_id type position alt images_image_id
0 5052653394031_i41w-wb.jpg 1000 1000 25422 25405 product 28945 M 0 28945
0 5052653903875_29ge-7g.jpg 1000 1000 27387 27370 product 30910 M 0 30910
0 5055274042794.jpg 1000 1000 27422 27405 product 30945 M 0 30945
0 5052653006811_nlt1-z6.jpg 1000 1000 27790 27773 product 31313 M 0 31313
0 5052653007832_8ujv-f8.jpg 1000 1000 28108 28091 product 31631 M 0 31631
0 5054281460119_0dx6-wo.jpg 1000 1000 40805 39342 product 44328 M 0 44328
0 5054287133253_1lpz-bx.jpg 1000 1000 116779 113610 product 120302 M 0 120302
0 5054288170080.jpg 1000 1000 127291 123944 product 130814 M 0 130814
0 5054288175344.jpg 1000 1000 127522 124180 product 131045 M 0 131045
0 5054288209902.jpg 1000 1000 127647 124301 product 131170 M 0 131170