INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1e207863adf88d7fc5277a52aa3662913619db9b1440d47e012efd9d4c46c75b', 
    'a2tx/1oSY2/mgfURJZO+lU9XvUrsgqrgO9UmyjpzkrQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)