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 (
    80633, 80632, 80631, 80630, 80629, 80628, 
    80627, 80626, 80625, 80624, 80623, 
    80622, 80621, 80620, 80619, 80618, 
    80617, 80616, 80615, 80614
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00066

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 20 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 5054284589626_6ap5-xt.jpg 1000 1000 83517 80614 product 87040 M 0 87040
0 5054284589626_7q2u-nb.jpg 1000 1000 83518 80615 product 87041 M 0 87041
0 5054284589626_ngm1-73.jpg 1000 1000 83519 80616 product 87042 M 0 87042
0 5054284589626_eol5-bp.jpg 1000 1000 83520 80617 product 87043 M 0 87043
0 5054284589626_2ofd-92.jpg 1000 1000 83521 80618 product 87044 M 0 87044
0 5054284589626_4fct-ka.jpg 1000 1000 83522 80619 product 87045 M 0 87045
0 5054284589626_nr1q-mo.jpg 1000 1000 83523 80620 product 87046 M 0 87046
0 5054284589626_194o-ac.jpg 1000 1000 83524 80621 product 87047 M 0 87047
0 5054284589626_rp0d-vc.jpg 1000 1000 83525 80622 product 87048 M 0 87048
0 5054284589626_2x0i-b9.jpg 1000 1000 83526 80623 product 87049 M 0 87049
0 5054284589626_kfpw-99.jpg 1000 1000 83527 80624 product 87050 M 0 87050
0 5054284589626_6x17-nn.jpg 1000 1000 83528 80625 product 87051 M 0 87051
0 5054284589626_wpx1-d8.jpg 1000 1000 83529 80626 product 87052 M 0 87052
0 5054284589626_d5ye-it.jpg 1000 1000 83530 80627 product 87053 M 0 87053
0 5054284589626_qlrq-42.jpg 1000 1000 83531 80628 product 87054 M 0 87054
0 5054284589626_0oip-ls.jpg 1000 1000 83532 80629 product 87055 M 0 87055
0 5054284589626_yrp0-zd.jpg 1000 1000 83533 80630 product 87056 M 0 87056
0 5054284589626_cwna-jk.jpg 1000 1000 83534 80631 product 87057 M 0 87057
0 5054284589626_gw1h-s6.jpg 1000 1000 83535 80632 product 87058 M 0 87058
0 5054284589626_57lm-o1.jpg 1000 1000 83536 80633 product 87059 M 0 87059