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.image_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 IN (61399, 61400, 61401, 65496, 65530) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00098

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": 26,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (61399,61400,61401,65496,65530)"
        }
      }
    },
    "table": {
      "table_name": "cscart_images",
      "access_type": "eq_ref",
      "possible_keys": ["PRIMARY"],
      "key": "PRIMARY",
      "key_length": "3",
      "used_key_parts": ["image_id"],
      "ref": ["cscart_migrate.cscart_images_links.image_id"],
      "rows": 1,
      "filtered": 100,
      "attached_condition": "trigcond(cscart_images_links.image_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": ["cscart_migrate.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 = 'en' and trigcond(cscart_images.image_id is not null))"
    }
  }
}

Result

pair_id object_id object_type image_id detailed_id type position image_type show_gallery gallery_category_id image_path alt image_x image_y images_image_id
15965 61400 product 0 27483 A 0 D 0 0
59433 65496 product 0 71666 A 0 D 0 0
59434 65496 product 0 71667 A 0 D 0 0
61481 65496 product 0 73714 A 0 D 0 0
61575 61399 product 0 73808 A 0 D 0 0
61576 61399 product 0 73809 A 0 D 0 0
61663 61399 product 0 73896 A 0 D 0 0
61861 65530 product 0 74094 A 0 D 0 0
61862 65530 product 0 74095 A 0 D 0 0
61863 65530 product 0 74096 A 0 D 0 0
62883 61399 product 0 75116 A 0 C 0 0
62884 61399 product 0 75117 A 0 C 0 0
65085 61399 product 0 77318 A 0 C 0 0
65086 61399 product 0 77319 A 0 C 0 0
66492 61399 product 0 78725 A 0 C 0 0
68653 61401 product 0 80886 A 0 D 0 0
61424 61400 product 0 73657 A 1 D 0 0
68652 61401 product 0 80885 A 1 D 0 0
61425 61400 product 0 73658 A 2 D 0 0
68654 61401 product 0 80887 A 2 D 0 0
31853 61400 product 0 44086 A 3 C 0 0
68651 61401 product 0 80884 A 3 D 0 0
31854 61400 product 0 44087 A 4 C 0 0
60307 61400 product 0 72540 A 5 C 0 0
18519 61400 product 0 30187 A 6 C 0 0
60306 61400 product 0 72539 A 7 C 0 0