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 (64857, 64858, 64861) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00070

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": 41,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (64857,64858,64861)"
        }
      }
    },
    "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
46519 64857 product 0 58752 A 0 D 0 0
46527 64861 product 0 58760 A 0 D 0 0
46535 64858 product 0 58768 A 0 D 0 0
46520 64857 product 0 58753 A 1 D 0 0
46528 64861 product 0 58761 A 1 D 0 0
46536 64858 product 0 58769 A 1 D 0 0
46521 64857 product 0 58754 A 2 D 0 0
46529 64861 product 0 58762 A 2 D 0 0
46537 64858 product 0 58770 A 2 D 0 0
46522 64857 product 0 58755 A 3 D 0 0
46530 64861 product 0 58763 A 3 D 0 0
46538 64858 product 0 58771 A 3 D 0 0
46523 64857 product 0 58756 A 4 D 0 0
46531 64861 product 0 58764 A 4 D 0 0
46539 64858 product 0 58772 A 4 D 0 0
46532 64861 product 0 58765 A 5 D 0 0
46540 64858 product 0 58773 A 5 D 0 0
47271 64857 product 0 59504 A 5 D 0 0
46524 64857 product 0 58757 A 6 D 0 0
46533 64861 product 0 58766 A 6 D 0 0
46541 64858 product 0 58774 A 6 D 0 0
46525 64857 product 0 58758 A 7 D 0 0
46534 64861 product 0 58767 A 7 D 0 0
47273 64858 product 0 59506 A 7 D 0 0
46518 64858 product 0 58751 A 8 C 0 0
46526 64857 product 0 58759 A 8 D 0 0
47272 64861 product 0 59505 A 8 D 0 0
46517 64858 product 0 58750 A 9 C 0 0
67560 64861 product 0 79793 A 9 C 0 0
69186 64857 product 0 81419 A 9 C 0 0
46516 64857 product 0 58749 A 10 C 0 0
66038 64858 product 0 78271 A 10 C 0 0
67561 64861 product 0 79794 A 10 C 0 0
62045 64858 product 0 74278 A 11 C 0 0
66992 64861 product 0 79225 A 11 C 0 0
62046 64858 product 0 74279 A 12 C 0 0
64490 64861 product 0 76723 A 12 C 0 0
64449 64858 product 0 76682 A 13 C 0 0
64489 64861 product 0 76722 A 13 C 0 0
67262 64861 product 0 79495 A 14 C 0 0
67263 64861 product 0 79496 A 15 C 0 0