INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1db2d2b19fdde8cb29c16aeb4daa06fdf4870545762f2466d303c74e6b6d1cbc', 
    '1IUYXVj/HlY2P8eN6u7NmVaAx9cCfQIxZWeLig9mtwU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)