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 = 'se' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'A' 
  AND cscart_images_links.object_id IN (
    533, 8682, 534, 505, 535, 4115, 8683, 
    536, 8684, 8685
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00084

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 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
3586 533 product 0 3027 A 0 gkb_02.jpg 940 500 3027
3587 533 product 0 3028 A 0 gkb_05.jpg 450 324 3028
3588 534 product 0 3029 A 0 gkbi_02.jpg 940 500 3029
3589 535 product 0 3030 A 0 gkf_02.jpg 940 500 3030
3590 536 product 0 3031 A 0 gkfi_03.jpg 940 500 3031
11596 8682 product 0 8089 A 0 gkb_02.jpg 940 500 8089
11597 8682 product 0 8090 A 0 gkb_05.jpg 450 324 8090
11602 8684 product 0 8095 A 0 gkf_02.jpg 940 500 8095
11604 8685 product 0 8097 A 0 gkfi_03.jpg 940 500 8097
11818 8684 product 0 8292 A 0 gkb_0513941266725318af5070f68.jpg 450 324 8292
12793 8683 product 0 8706 A 0 gkbi_02142220576954c52349e3389.jpg 940 500 8706
12794 535 product 0 8707 A 0 gkb_05142220591154c523d7b7d42.jpg 450 324 8707
27179 533 product 0 22754 A 0 gkb_001.png 873 492 22754