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 (65696, 64821, 65686, 65690) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00080

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": 43,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A' and cscart_images_links.object_id in (65696,64821,65686,65690)"
        }
      }
    },
    "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
63967 64821 product 0 76200 A 0 D 0 0
66921 65686 product 0 79154 A 0 D 0 0
67079 65690 product 0 79312 A 0 D 0 0
67091 65696 product 0 79324 A 0 D 0 0
40757 64821 product 0 52990 A 1 D 0 0
67071 65686 product 0 79304 A 1 D 0 0
67078 65690 product 0 79311 A 1 D 0 0
67090 65696 product 0 79323 A 1 D 0 0
40753 64821 product 0 52986 A 2 D 0 0
67072 65686 product 0 79305 A 2 D 0 0
67077 65690 product 0 79310 A 2 D 0 0
67089 65696 product 0 79322 A 2 D 0 0
67251 65696 product 0 79484 A 2 C 0 0
67252 65696 product 0 79485 A 2 C 0 0
67253 65696 product 0 79486 A 2 C 0 0
67254 65696 product 0 79487 A 2 C 0 0
40758 64821 product 0 52991 A 3 D 0 0
66923 65686 product 0 79156 A 3 C 0 0
40756 64821 product 0 52989 A 4 D 0 0
66922 65686 product 0 79155 A 4 C 0 0
67241 65686 product 0 79474 A 4 C 0 0
67242 65686 product 0 79475 A 4 C 0 0
64866 64821 product 0 77099 A 5 D 0 0
71051 64821 product 0 83284 A 6 D 0 0
63966 64821 product 0 76199 A 7 D 0 0
63968 64821 product 0 76201 A 8 D 0 0
67704 64821 product 0 79937 A 9 C 0 0
67705 64821 product 0 79938 A 10 C 0 0
51868 64821 product 0 64101 A 11 C 0 0
60889 64821 product 0 73122 A 12 C 0 0
44904 64821 product 0 57137 A 13 C 0 0
60018 64821 product 0 72251 A 14 C 0 0
60270 64821 product 0 72503 A 15 C 0 0
40766 64821 product 0 52999 A 16 C 0 0
59379 64821 product 0 71612 A 17 C 0 0
59515 64821 product 0 71748 A 18 C 0 0
66327 64821 product 0 78560 A 19 C 0 0
61987 64821 product 0 74220 A 20 C 0 0
60019 64821 product 0 72252 A 21 C 0 0
62134 64821 product 0 74367 A 22 C 0 0
59516 64821 product 0 71749 A 23 C 0 0
58951 64821 product 0 71184 A 24 C 0 0
64587 64821 product 0 76820 A 25 C 0 0