INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'bf3aea398f6e86aebc731268febc6a9afddf611c5b6f620b6a8e1fde2a560e6b', 
    'ps6EtIX2C2ZClJ2HrOTwgmIKsOZueOCnnZvPhKYeXqA=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)