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 = 'M' 
  AND cscart_images_links.object_id IN (
    583, 584, 585, 586, 573, 574, 575, 576, 
    577, 818, 817, 816, 815, 812, 811
  ) 
ORDER BY 
  cscart_images_links.position, 
  cscart_images_links.pair_id

Query time 0.00087

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "87.01"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "15.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "cscart_images_links",
            "access_type": "range",
            "possible_keys": [
              "object_id"
            ],
            "key": "object_id",
            "used_key_parts": [
              "object_id",
              "object_type",
              "type"
            ],
            "key_length": "81",
            "rows_examined_per_scan": 15,
            "rows_produced_per_join": 15,
            "filtered": "100.00",
            "index_condition": "((`cscart`.`cscart_images_links`.`object_type` = 'product') and (`cscart`.`cscart_images_links`.`type` = 'M') and (`cscart`.`cscart_images_links`.`object_id` in (583,584,585,586,573,574,575,576,577,818,817,816,815,812,811)))",
            "cost_info": {
              "read_cost": "33.01",
              "eval_cost": "3.00",
              "prefix_cost": "36.01",
              "data_read_per_join": "1K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "cscart.cscart_images_links.detailed_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 15,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "15.00",
              "eval_cost": "3.00",
              "prefix_cost": "54.01",
              "data_read_per_join": "11K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "table": {
            "table_name": "cscart_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "108",
            "ref": [
              "cscart.cscart_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 15,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "15.00",
              "eval_cost": "3.00",
              "prefix_cost": "72.01",
              "data_read_per_join": "8K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ]
          }
        }
      ]
    }
  }
}

Result

image_id image_path image_x image_y is_high_res pair_id object_id object_type detailed_id type position alt images_image_id
0 Render_Maxx_100_Bottom_W.png 1024 1024 N 6930 573 product 8725 M 0 8725
0 Render_Velutto_4_Bottom.png 1024 1024 N 6948 583 product 8735 M 0 8735
0 5099_Table_Desk_Cassia_Grey_Bottom.png 1024 1024 N 7468 811 product 9110 M 0 9110
0 Render_White_Bottom_4a4v-ef.png 1024 1024 N 7474 815 product 9114 M 0 9114
0 Render_Maxx_965_Bottom_ztom-9u.png 1024 1024 N 6935 574 product 8726 M 1 8726
0 Render_Maxx_100_Bottom_n43z-rf.png 1024 1024 N 6936 575 product 8727 M 1 8727
0 Render_Maxx_900_Bottom_xgir-rh.png 1024 1024 N 6937 576 product 8728 M 1 8728
0 Render_Maxx_232_Bottom.png 1024 1024 N 6938 577 product 8729 M 1 8729
0 Render_Velutto_26_Bottom.png 1024 1024 N 6952 584 product 8736 M 1 8736
0 Render_Velutto_52_Bottom.png 1024 1024 N 6953 585 product 8737 M 1 8737
0 Render_Velutto_23_Bottom.png 1024 1024 N 6954 586 product 8738 M 1 8738
0 5099_Table_Desk_Cassia_White_Bottom.png 1024 1024 N 7470 812 product 9111 M 1 9111
0 Render_Grey_Bottom.png 1024 1024 N 7478 816 product 9115 M 1 9115
0 Render_White_Black_Bottom.png 1024 1024 N 7479 817 product 9116 M 1 9116
0 Render_Votan_Bottom.png 1024 1024 N 7480 818 product 9117 M 1 9117