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 (65432, 65465, 64781, 65015) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00090

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": 36,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (65432,65465,64781,65015)"
        }
      }
    },
    "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
50950 65015 product 0 63183 A 0 D 0 0
63544 65432 product 0 75777 A 0 D 0 0
66787 64781 product 0 79020 A 0 D 0 0
66953 65465 product 0 79186 A 0 D 0 0
39619 64781 product 0 51852 A 1 D 0 0
60254 65432 product 0 72487 A 1 D 0 0
66784 65015 product 0 79017 A 1 D 0 0
66955 65465 product 0 79188 A 1 D 0 0
60258 65432 product 0 72491 A 2 D 0 0
66786 64781 product 0 79019 A 2 D 0 0
66959 65465 product 0 79192 A 2 D 0 0
60259 65432 product 0 72492 A 3 D 0 0
66781 65015 product 0 79014 A 3 D 0 0
66790 64781 product 0 79023 A 3 D 0 0
66954 65465 product 0 79187 A 3 D 0 0
50951 65015 product 0 63184 A 4 D 0 0
60256 65432 product 0 72489 A 4 D 0 0
66789 64781 product 0 79022 A 4 D 0 0
66958 65465 product 0 79191 A 4 D 0 0
60255 65432 product 0 72488 A 5 D 0 0
66782 65015 product 0 79015 A 5 D 0 0
66788 64781 product 0 79021 A 5 D 0 0
66956 65465 product 0 79189 A 5 D 0 0
39620 64781 product 0 51853 A 6 D 0 0
60260 65432 product 0 72493 A 6 D 0 0
66783 65015 product 0 79016 A 6 D 0 0
66957 65465 product 0 79190 A 6 D 0 0
58499 64781 product 0 70732 A 7 C 0 0
60257 65432 product 0 72490 A 7 D 0 0
66785 65015 product 0 79018 A 7 D 0 0
62414 64781 product 0 74647 A 8 C 0 0
58498 64781 product 0 70731 A 9 C 0 0
66210 64781 product 0 78443 A 10 C 0 0
66211 64781 product 0 78444 A 11 C 0 0
66852 64781 product 0 79085 A 11 C 0 0
66853 64781 product 0 79086 A 11 C 0 0