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 = 'A' 
  AND cscart_images_links.object_id = '2777' 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00163

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": "ref",
          "possible_keys": ["object_id"],
          "key": "object_id",
          "key_length": "81",
          "used_key_parts": ["object_id", "object_type", "type"],
          "ref": ["const", "const", "const"],
          "rows": 5,
          "filtered": 100,
          "index_condition": "cscart_images_links.object_type = 'product' and cscart_images_links.`type` = 'A'",
          "attached_condition": "cscart_images_links.object_id <=> '2777' and cscart_images_links.object_type <=> 'product' and cscart_images_links.`type` <=> 'A'"
        }
      }
    },
    "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 DSC_9389.jpg 1950 1462 N DSC_9389.jpg 11707 2777 product 9914 A 10 9914
0 DSC_9527.jpg 1950 1463 N DSC_9527.jpg 11708 2777 product 9915 A 11 9915
0 DSC_9602--.jpg 1950 1462 N DSC_9602--.jpg 11709 2777 product 9916 A 12 9916
0 DSC_9428.jpg 1950 1462 N DSC_9428.jpg 11710 2777 product 9917 A 13 9917
0 DSC_9424.jpg 1950 1462 N DSC_9424.jpg 11711 2777 product 9918 A 14 9918
0 DSC_9416.jpg 1950 1463 N DSC_9416.jpg 11712 2777 product 9919 A 15 9919
0 DSC_3074-fotor-20240821171710.jpg 1950 1463 N DSC_3074-fotor-20240821171710.jpg 11713 2777 product 9920 A 16 9920
0 DSC_3064-fotor-20240821171744.jpg 1950 1462 N DSC_3064-fotor-20240821171744.jpg 11714 2777 product 9921 A 17 9921
0 DSC_3060-fotor-20240821171832.jpg 1950 1463 N DSC_3060-fotor-20240821171832.jpg 11715 2777 product 9922 A 18 9922
0 DSC_3086-fotor-20240821171623.jpg 1950 1462 N DSC_3086-fotor-20240821171623.jpg 11716 2777 product 9923 A 19 9923
0 DSC_3095-fotor-20240821171442.jpg 1950 1462 N DSC_3095-fotor-20240821171442.jpg 11717 2777 product 9924 A 20 9924