SELECT 
  video_id, 
  product_id 
FROM 
  cscart_ab__video_gallery 
WHERE 
  product_id IN (
    4055, 3987, 3993, 3954, 4360, 4361, 3952, 
    3943, 3933, 3938, 3941, 3994, 3995, 
    3996, 4364, 4031, 4030, 4017, 4104, 
    4105, 4106, 3958, 4015, 4042, 4044, 
    4067, 4058, 4019, 3965, 4149
  ) 
  AND status = "A"

Query time 0.00047

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "0.35"
    },
    "table": {
      "table_name": "cscart_ab__video_gallery",
      "access_type": "ref",
      "possible_keys": [
        "status",
        "product_id"
      ],
      "key": "status",
      "used_key_parts": [
        "status"
      ],
      "key_length": "3",
      "ref": [
        "const"
      ],
      "rows_examined_per_scan": 1,
      "rows_produced_per_join": 1,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.25",
        "eval_cost": "0.10",
        "prefix_cost": "0.35",
        "data_read_per_join": "80"
      },
      "used_columns": [
        "video_id",
        "product_id",
        "status"
      ],
      "attached_condition": "(`dev_yourmart_co_bw`.`cscart_ab__video_gallery`.`product_id` in (4055,3987,3993,3954,4360,4361,3952,3943,3933,3938,3941,3994,3995,3996,4364,4031,4030,4017,4104,4105,4106,3958,4015,4042,4044,4067,4058,4019,3965,4149))"
    }
  }
}