SELECT 
  q_images.*, 
  q_images_links.*, 
  q_common_descriptions.description AS alt, 
  q_images.image_id AS images_image_id 
FROM 
  q_images_links 
  LEFT JOIN q_images ON q_images_links.image_id = q_images.image_id 
  LEFT JOIN q_common_descriptions ON q_common_descriptions.object_id = q_images.image_id 
  AND q_common_descriptions.object_holder = 'images' 
  AND q_common_descriptions.lang_code = 'en' 
WHERE 
  q_images_links.object_type = 'product' 
  AND q_images_links.type = 'M' 
  AND q_images_links.object_id IN (
    '2251', '2252', '2253', '2254', '2255', 
    '2256', '2257', '2258', '2259', '2260', 
    '2261', '2221', '675', '676', '677', 
    '678', '679', '680', '681', '682', 
    '683', '684', '685', '686', '687', 
    '688', '689', '690', '654', '655'
  ) 
ORDER BY 
  q_images_links.position, 
  q_images_links.pair_id

Query time 0.00203

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "202.81"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "36.00"
      },
      "nested_loop": [
        {
          "table": {
            "table_name": "q_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": 36,
            "rows_produced_per_join": 36,
            "filtered": "100.00",
            "index_condition": "((`portal`.`q_images_links`.`object_type` = 'product') and (`portal`.`q_images_links`.`type` = 'M') and (`portal`.`q_images_links`.`object_id` in ('2251','2252','2253','2254','2255','2256','2257','2258','2259','2260','2261','2221','675','676','677','678','679','680','681','682','683','684','685','686','687','688','689','690','654','655')))",
            "cost_info": {
              "read_cost": "73.21",
              "eval_cost": "7.20",
              "prefix_cost": "80.41",
              "data_read_per_join": "3K"
            },
            "used_columns": [
              "pair_id",
              "object_id",
              "object_type",
              "image_id",
              "detailed_id",
              "type",
              "position"
            ]
          }
        },
        {
          "table": {
            "table_name": "q_images",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "image_id"
            ],
            "key_length": "4",
            "ref": [
              "portal.q_images_links.image_id"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 36,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "36.00",
              "eval_cost": "7.20",
              "prefix_cost": "123.61",
              "data_read_per_join": "27K"
            },
            "used_columns": [
              "image_id",
              "image_path",
              "image_x",
              "image_y",
              "is_high_res"
            ]
          }
        },
        {
          "table": {
            "table_name": "q_common_descriptions",
            "access_type": "eq_ref",
            "possible_keys": [
              "PRIMARY"
            ],
            "key": "PRIMARY",
            "used_key_parts": [
              "object_id",
              "lang_code",
              "object_holder"
            ],
            "key_length": "107",
            "ref": [
              "portal.q_images.image_id",
              "const",
              "const"
            ],
            "rows_examined_per_scan": 1,
            "rows_produced_per_join": 36,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "36.00",
              "eval_cost": "7.20",
              "prefix_cost": "166.81",
              "data_read_per_join": "21K"
            },
            "used_columns": [
              "object_id",
              "description",
              "lang_code",
              "object_holder"
            ],
            "attached_condition": "<if>(is_not_null_compl(q_common_descriptions), (`portal`.`q_common_descriptions`.`object_id` = `portal`.`q_images`.`image_id`), true)"
          }
        }
      ]
    }
  }
}

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 1485 654 product 3462 M 0
0 1507 655 product 3484 M 0
0 1532 675 product 3508 M 0
0 1534 676 product 3510 M 0
0 1536 677 product 3512 M 0
0 1538 678 product 3514 M 0
0 1540 679 product 3516 M 0
0 1542 680 product 3518 M 0
0 1544 681 product 3520 M 0
0 1546 682 product 3522 M 0
0 1548 683 product 3524 M 0
0 1550 684 product 3526 M 0
0 1552 685 product 3528 M 0
0 1554 686 product 3530 M 0
0 1556 687 product 3532 M 0
0 1558 688 product 3534 M 0
0 1560 689 product 3536 M 0
0 1562 690 product 3538 M 0
0 5197 2221 product 7171 M 0
0 5252 2251 product 7226 M 0
0 5259 2252 product 7233 M 0
0 5290 2253 product 7264 M 0
0 5291 2254 product 7265 M 0
0 5293 2261 product 7267 M 0
0 5299 2260 product 7273 M 0
0 5314 2259 product 7288 M 0
0 5331 2258 product 7305 M 0
0 5333 2257 product 7307 M 0
0 5351 2256 product 7325 M 0
0 5365 2255 product 7339 M 0