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 (
    '262', '229', '230', '231', '232', '233', 
    '234', '235', '236', '237', '238', 
    '239', '240', '241', '242', '243', 
    '244', '245', '199', '200', '201', 
    '202', '203', '204', '205', '206', 
    '207', '208', '209', '210'
  ) 
ORDER BY 
  q_images_links.position, 
  q_images_links.pair_id

Query time 0.00144

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "274.81"
    },
    "ordering_operation": {
      "using_filesort": true,
      "cost_info": {
        "sort_cost": "51.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": 51,
            "rows_produced_per_join": 51,
            "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 ('262','229','230','231','232','233','234','235','236','237','238','239','240','241','242','243','244','245','199','200','201','202','203','204','205','206','207','208','209','210')))",
            "cost_info": {
              "read_cost": "91.21",
              "eval_cost": "10.20",
              "prefix_cost": "101.41",
              "data_read_per_join": "4K"
            },
            "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": 51,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "51.00",
              "eval_cost": "10.20",
              "prefix_cost": "162.61",
              "data_read_per_join": "39K"
            },
            "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": 51,
            "filtered": "100.00",
            "cost_info": {
              "read_cost": "51.00",
              "eval_cost": "10.20",
              "prefix_cost": "223.81",
              "data_read_per_join": "30K"
            },
            "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 434 199 product 2411 M 0
0 436 200 product 2413 M 0
0 438 201 product 2415 M 0
0 440 202 product 2417 M 0
0 443 204 product 2420 M 0
0 445 205 product 2422 M 0
0 447 206 product 2424 M 0
0 449 207 product 2426 M 0
0 451 208 product 2428 M 0
0 453 209 product 2430 M 0
0 455 210 product 2432 M 0
0 473 229 product 2450 M 0
0 475 230 product 2452 M 0
0 477 231 product 2454 M 0
0 479 232 product 2456 M 0
0 481 233 product 2458 M 0
0 483 234 product 2460 M 0
0 485 235 product 2462 M 0
0 487 236 product 2464 M 0
0 489 237 product 2466 M 0
0 491 238 product 2468 M 0
0 493 239 product 2470 M 0
0 497 241 product 2474 M 0
0 499 242 product 2476 M 0
0 501 243 product 2478 M 0
0 503 244 product 2480 M 0
0 505 245 product 2482 M 0
0 536 262 product 2513 M 0
0 541 203 product 2518 M 0
0 81470 240 product 83413 M 0