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 = 'ru' 
WHERE 
  cscart_images_links.object_type = 'product' 
  AND cscart_images_links.type = 'M' 
  AND cscart_images_links.object_id IN (
    366, 1517, 356, 362, 1603, 2304, 369, 
    363, 1519, 1768, 1518, 2303
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00083

JSON explain

{
  "query_block": {
    "select_id": 1,
    "read_sorted_file": {
      "filesort": {
        "sort_key": "cscart_images_links.position, cscart_images_links.pair_id",
        "table": {
          "table_name": "cscart_images_links",
          "access_type": "range",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "rows": 12,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'M' and cscart_images_links.object_id in (366,1517,356,362,1603,2304,369,363,1519,1768,1518,2303)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "4",
      "used_key_parts": ["image_id"],
      "ref": ["noframes_kz_new.cscart_images_links.detailed_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.detailed_id = cscart_images.image_id)"
    },
    "table": {
      "table_name": "cscart_common_descriptions",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "107",
      "used_key_parts": ["object_id", "lang_code", "object_holder"],
      "ref": ["noframes_kz_new.cscart_images.image_id", "const", "const"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_common_descriptions.object_id = cscart_images.image_id and cscart_common_descriptions.object_holder = 'images' and cscart_common_descriptions.lang_code = 'ru' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

image_id image_path image_x image_y is_high_res rf_original pair_id object_id object_type detailed_id type position alt images_image_id
0 antique_160х230_crop_2jg2-fr.jpg 1340 890 N antique_160х230_crop_2jg2-fr.jpg 10683 1768 product 8890 M 0 8890
0 IMG_20240818_203544-fotor-20240821152338_sqpc-wz.jpg 1340 805 N IMG_20240818_203544-fotor-20240821152338_sqpc-wz.jpg 10701 1517 product 8908 M 0 8908
0 DSC_3439-fotor-20240818161040.jpg 1340 787 N DSC_3439-fotor-20240818161040.jpg 10731 366 product 8938 M 0 8938
0 DSC_3439-fotor-20240818161040_mhxx-dw.jpg 1340 787 N DSC_3439-fotor-20240818161040_mhxx-dw.jpg 10739 1519 product 8946 M 0 8946
0 IMG_20240818_224234.jpg 1340 810 N IMG_20240818_224234.jpg 10802 356 product 9009 M 0 9009
0 ORIGAMI-1.jpg 1340 896 N ORIGAMI-1.jpg 10814 362 product 9021 M 0 9021
0 ORIGAMI-1_vx2e-8v.jpg 1340 896 N ORIGAMI-1_vx2e-8v.jpg 10820 1603 product 9027 M 0 9027
0 OSCAR-1_crop.jpg 1340 890 N OSCAR-1_crop.jpg 10824 363 product 9031 M 0 9031
0 OSCAR-1_crop_f6ri-tl.jpg 1340 890 N OSCAR-1_crop_f6ri-tl.jpg 10836 1518 product 9043 M 0 9043
0 DSC_4044-fotor-20240802142436_j425-ze.jpg 1340 868 N DSC_4044-fotor-20240802142436_j425-ze.jpg 10854 2303 product 9061 M 0 9061
0 DSC_3957-fotor-20240821134326.jpg 1340 847 N DSC_3957-fotor-20240821134326.jpg 10862 2304 product 9069 M 0 9069
0 SPECTRUM1_crop.jpg 1340 890 N SPECTRUM1_crop.jpg 10884 369 product 9091 M 0 9091